@@ -3202,7 +3202,7 @@ presubmits:
3202
3202
always_run : false
3203
3203
# This covers most of the code related to dynamic resource allocation.
3204
3204
# Periodic variant: ci-kind-dra
3205
- run_if_changed : /dra/|/ dynamicresources/|/ resourceclaim/|/resourceclass/|/podscheduling/|/ resourceclaimtemplate/|/ dynamic-resource-allocation/|/ pkg/apis/resource/|/ api/resource/
3205
+ run_if_changed : /( dra| dynamicresources| resourceclaim|deviceclass|resourceslice| resourceclaimtemplate| dynamic-resource-allocation| pkg/apis/resource| api/resource)/.*.go
3206
3206
# The tests might still be flaky or this job might get triggered accidentally for
3207
3207
# an unrelated PR.
3208
3208
optional : true
@@ -3259,7 +3259,7 @@ presubmits:
3259
3259
always_run : false
3260
3260
# This covers most of the code related to dynamic resource allocation.
3261
3261
# Periodic variant: ci-kind-dra-all
3262
- run_if_changed : /dra/|/ dynamicresources/|/ resourceclaim/|/resourceclass/|/podscheduling/|/ resourceclaimtemplate/|/ dynamic-resource-allocation/|/ pkg/apis/resource/|/ api/resource/
3262
+ run_if_changed : /( dra| dynamicresources| resourceclaim|deviceclass|resourceslice| resourceclaimtemplate| dynamic-resource-allocation| pkg/apis/resource| api/resource)/.*.go
3263
3263
# The tests might still be flaky or this job might get triggered accidentally for
3264
3264
# an unrelated PR.
3265
3265
optional : true
@@ -4281,7 +4281,7 @@ presubmits:
4281
4281
# Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4282
4282
# CRI-O was picked because it was solid for testing so far.
4283
4283
# Periodic variant: ci-node-e2e-crio-cgrpv1-dra-features
4284
- run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass /|/podscheduling /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4284
+ run_if_changed : ( /dra/|/dynamicresources/|/resourceclaim/|/deviceclass /|/resourceslice /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
4285
4285
optional : true
4286
4286
skip_report : false
4287
4287
labels :
@@ -4332,7 +4332,7 @@ presubmits:
4332
4332
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv1-dra-kubetest2 to run
4333
4333
always_run : false
4334
4334
# Don't run automatically while experimental!
4335
- # run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass /|/podscheduling /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4335
+ # run_if_changed: ( /dra/|/dynamicresources/|/resourceclaim/|/deviceclass /|/resourceslice /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
4336
4336
optional : true
4337
4337
skip_report : false
4338
4338
skip_branches :
@@ -4389,7 +4389,7 @@ presubmits:
4389
4389
# Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4390
4390
# CRI-O was picked because it was solid for testing so far.
4391
4391
# Periodic variant: ci-node-e2e-cgrpv2-crio-dra
4392
- # run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass /|/podscheduling /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4392
+ # run_if_changed: ( /dra/|/dynamicresources/|/resourceclaim/|/deviceclass /|/resourceslice /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
4393
4393
optional : true
4394
4394
skip_report : false
4395
4395
labels :
@@ -4440,7 +4440,7 @@ presubmits:
4440
4440
# explicitly needs /test pull-kubernetes-node-e2e-crio-cgrpv2-dra-kubetest2 to run
4441
4441
always_run : false
4442
4442
# Don't run automatically while experimental!
4443
- # run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass /|/podscheduling /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4443
+ # run_if_changed: ( /dra/|/dynamicresources/|/resourceclaim/|/deviceclass /|/resourceslice /|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_).*\.(go|yaml)
4444
4444
optional : true
4445
4445
skip_report : false
4446
4446
skip_branches :
@@ -4497,8 +4497,7 @@ presubmits:
4497
4497
# Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4498
4498
# CRI-O was picked because it was solid for testing so far.
4499
4499
# Periodic variant: ci-node-e2e-containerd-1-7-dra
4500
- # run_if_changed: /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4501
- optional : true
4500
+ # run_if_changed: (/dra/|/dynamicresources/|/resourceclaim/|/deviceclass/|/resourceslice/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/r optional: true
4502
4501
skip_report : false
4503
4502
labels :
4504
4503
preset-service-account : " true"
0 commit comments