Skip to content

Commit

Permalink
Always run a mandatory cgroup v2 storage job (kubevirt#1860)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>
  • Loading branch information
vasiliy-ul committed Jan 18, 2022
1 parent cd2cf9f commit 1a463bd
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ presubmits:
privileged: true
nodeSelector:
type: bare-metal-external
- always_run: false
- always_run: true
annotations:
fork-per-release: "true"
testgrid-dashboards: kubevirt-presubmits
Expand All @@ -401,7 +401,7 @@ presubmits:
preset-docker-mirror-proxy: "true"
preset-shared-images: "true"
max_concurrency: 11
name: pull-kubevirt-e2e-k8s-1.20-cgroupsv2-rook-ceph
name: pull-kubevirt-e2e-k8s-1.23-sig-storage-cgroupsv2
optional: true
skip_branches:
- release-\d+\.\d+
Expand All @@ -414,13 +414,9 @@ presubmits:
- automation/test.sh
env:
- name: TARGET
value: k8s-1.20
value: k8s-1.23-sig-storage
- name: KUBEVIRT_CGROUPV2
value: "true"
- name: KUBEVIRT_E2E_SKIP
value: Multus|SRIOV|GPU|Macvtap|MediatedDevices
- name: KUBEVIRT_STORAGE
value: rook-ceph-default
image: quay.io/kubevirtci/bootstrap:v20220110-c066ff5
name: ""
resources:
Expand Down

0 comments on commit 1a463bd

Please sign in to comment.