File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
config/jobs/kubernetes/sig-node Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4322,11 +4322,12 @@ presubmits:
4322
4322
limits :
4323
4323
cpu : 4
4324
4324
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
4326
4326
cluster : k8s-infra-prow-build
4327
4327
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2 to run
4328
4328
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
4330
4331
optional : true
4331
4332
skip_report : false
4332
4333
skip_branches :
@@ -4426,11 +4427,12 @@ presubmits:
4426
4427
limits :
4427
4428
cpu : 4
4428
4429
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
4430
4431
cluster : k8s-infra-prow-build
4431
4432
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv2-dra-kubetest2 to run
4432
4433
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
4434
4436
optional : true
4435
4437
skip_report : false
4436
4438
skip_branches :
You can’t perform that action at this time.
0 commit comments