Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubevirt,monitoring: Update monitoring presubmit to v1.31 and add periodic monitoring lane #3806

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2347,6 +2347,58 @@ periodics:
privileged: true
nodeSelector:
type: bare-metal-external
- annotations:
testgrid-dashboards: kubevirt-periodics
testgrid-days-of-results: "60"
cluster: kubevirt-prow-workloads
cron: 30 0,7 * * *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we only testing twice a day here? Also I find the distance of seven hours a bit odd. What's the reason for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just thought that twice daily would be enough for this lane

I am open to suggestions otherwise though.

decorate: true
decoration_config:
grace_period: 5m0s
timeout: 3h0m0s
extra_refs:
- base_ref: main
org: kubevirt
repo: kubevirt
labels:
preset-bazel-cache: "true"
preset-bazel-unnested: "true"
preset-docker-mirror-proxy: "true"
preset-kubevirtci-etcd-in-mem: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
name: periodic-kubevirt-e2e-k8s-1.31-sig-monitoring
reporter_config:
slack:
job_states_to_report: []
spec:
containers:
- command:
- /usr/local/bin/runner.sh
- /bin/sh
- -c
- automation/test.sh
env:
- name: KUBEVIRT_E2E_RUN_ALL_SUITES
value: "true"
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: KUBEVIRT_PSA
value: "true"
- name: TARGET
value: k8s-1.31-sig-monitoring
- name: KUBEVIRT_NUM_NODES
value: "2"
image: quay.io/kubevirtci/bootstrap:v20241014-80f340c
name: ""
resources:
requests:
memory: 29Gi
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
- annotations:
testgrid-dashboards: kubevirt-periodics
testgrid-days-of-results: "60"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ presubmits:
preset-kubevirtci-etcd-in-mem: "true"
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
name: pull-kubevirt-e2e-k8s-1.29-sig-monitoring
name: pull-kubevirt-e2e-k8s-1.31-sig-monitoring
run_if_changed: ^pkg/monitoring/.*|^tests/monitoring/.*|^tests/libmonitoring/.*|^vendor/github.com/machadovilaca/operator-observability/.*
skip_branches:
- release-\d+\.\d+
Expand All @@ -1247,7 +1247,7 @@ presubmits:
- automation/test.sh
env:
- name: TARGET
value: k8s-1.29-sig-monitoring
value: k8s-1.31-sig-monitoring
- name: KUBEVIRT_NUM_NODES
value: "2"
image: quay.io/kubevirtci/bootstrap:v20241014-80f340c
Expand Down