File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
config/jobs/kubernetes/sig-node Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -710,7 +710,6 @@ presubmits:
710
710
skip_branches :
711
711
- release-\d+\.\d+ # per-release image
712
712
always_run : false
713
- run_if_changed : (/dra/|/dynamicresources/|/resourceclaim/|/deviceclass/|/resourceslice/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
714
713
optional : true
715
714
skip_report : false
716
715
labels :
@@ -875,6 +874,7 @@ presubmits:
875
874
skip_branches :
876
875
- release-\d+\.\d+ # per-release image
877
876
always_run : false
877
+ run_if_changed : (/dra/|/dynamicresources/|/resourceclaim/|/deviceclass/|/resourceslice/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
878
878
optional : true
879
879
skip_report : false
880
880
labels :
Original file line number Diff line number Diff line change @@ -112,9 +112,6 @@ need_test_infra_repo = true
112
112
description = Runs E2E node tests for Dynamic Resource Allocation on-by-default features with CRI-O using cgroup v1
113
113
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
114
114
inject_ssh_public_key = true
115
- # Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
116
- # CRI-O was picked because it was solid for testing so far.
117
- run_if_changed = (/dra/|/dynamicresources/|/resourceclaim/|/deviceclass/|/resourceslice/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
118
115
release_informing = true
119
116
120
117
# This job is the same as ci-node-e2e-cgrpv1-crio-dra, but for cgroup v2
@@ -145,3 +142,7 @@ need_containerd_20_repo = true
145
142
description = Runs E2E node tests for Dynamic Resource Allocation on-by-default features with containerd 2.0
146
143
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-2.0/image-config.yaml
147
144
release_informing = true
145
+ # Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
146
+ # We switched from CRI-O to containerd because the job seemed to finish a bit sooner and there were failures caused by
147
+ # crio image config changes.
148
+ run_if_changed = (/dra/|/dynamicresources/|/resourceclaim/|/deviceclass/|/resourceslice/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
You can’t perform that action at this time.
0 commit comments