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

Move root CI lanes to 1.31 #3841

Open
wants to merge 1 commit 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 @@ -1434,7 +1434,7 @@ periodics:
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
name: periodic-kubevirt-e2e-k8s-1.29-sig-storage-root
name: periodic-kubevirt-e2e-k8s-1.31-sig-storage-root
reporter_config:
slack:
job_states_to_report: []
Expand All @@ -1451,7 +1451,7 @@ periodics:
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: TARGET
value: k8s-1.29-sig-storage
value: k8s-1.31-sig-storage
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down Expand Up @@ -1484,7 +1484,7 @@ periodics:
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
name: periodic-kubevirt-e2e-k8s-1.29-sig-compute-root
name: periodic-kubevirt-e2e-k8s-1.31-sig-compute-root
reporter_config:
slack:
job_states_to_report: []
Expand All @@ -1501,7 +1501,7 @@ periodics:
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: TARGET
value: k8s-1.29-sig-compute
value: k8s-1.31-sig-compute
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down Expand Up @@ -1534,7 +1534,7 @@ periodics:
preset-podman-in-container-enabled: "true"
preset-podman-shared-images: "true"
preset-shared-images: "true"
name: periodic-kubevirt-e2e-k8s-1.29-sig-operator-root
name: periodic-kubevirt-e2e-k8s-1.31-sig-operator-root
reporter_config:
slack:
job_states_to_report: []
Expand All @@ -1551,7 +1551,7 @@ periodics:
- name: KUBEVIRT_QUARANTINE
value: "true"
- name: TARGET
value: k8s-1.29-sig-operator
value: k8s-1.31-sig-operator
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ presubmits:
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.29-sig-storage-root
name: pull-kubevirt-e2e-k8s-1.31-sig-storage-root
optional: true
skip_branches:
- release-\d+\.\d+
Expand All @@ -1337,7 +1337,7 @@ presubmits:
- automation/test.sh
env:
- name: TARGET
value: k8s-1.29-sig-storage
value: k8s-1.31-sig-storage
- name: FEATURE_GATES
value: Root
image: quay.io/kubevirtci/bootstrap:v20241213-57bd934
Expand Down Expand Up @@ -1367,7 +1367,7 @@ presubmits:
preset-podman-shared-images: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.29-sig-compute-root
name: pull-kubevirt-e2e-k8s-1.31-sig-compute-root
optional: true
skip_branches:
- release-\d+\.\d+
Expand All @@ -1380,7 +1380,7 @@ presubmits:
- automation/test.sh
env:
- name: TARGET
value: k8s-1.29-sig-compute
value: k8s-1.31-sig-compute
- name: FEATURE_GATES
value: Root
- name: KUBEVIRT_PROVIDER_EXTRA_ARGS
Expand Down