Skip to content

Commit 72c1f43

Browse files
committed
node dra: don't run experimental jobs automatically
The -kubetest2 variants were added as part of kubernetes#33550 without considering whether it makes sense to run them automatically. They shouldn't because that doesn't add test coverage and is expensive.
1 parent dbfedf0 commit 72c1f43

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,11 +4322,12 @@ presubmits:
43224322
limits:
43234323
cpu: 4
43244324
memory: 6Gi
4325-
- name: pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2
4325+
- name: pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2 # experimental alternative to pull-kubernetes-node-e2e-crio-cgrpv1-dra
43264326
cluster: k8s-infra-prow-build
43274327
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2 to run
43284328
always_run: false
4329-
run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4329+
# Don't run automatically while experimental!
4330+
# run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
43304331
optional: true
43314332
skip_report: false
43324333
skip_branches:
@@ -4426,11 +4427,12 @@ presubmits:
44264427
limits:
44274428
cpu: 4
44284429
memory: 6Gi
4429-
- name: pull-kubernetes-node-e2e-crio-cgrpv2-dra-kubetest2
4430+
- name: pull-kubernetes-node-e2e-crio-cgrpv2-dra-kubetest2 # experimental alternative to pull-kubernetes-node-e2e-crio-cgrpv2-dra
44304431
cluster: k8s-infra-prow-build
44314432
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv2-dra-kubetest2 to run
44324433
always_run: false
4433-
run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4434+
# Don't run automatically while experimental!
4435+
# run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
44344436
optional: true
44354437
skip_report: false
44364438
skip_branches:

0 commit comments

Comments
 (0)