@@ -3201,6 +3201,7 @@ presubmits:
3201
3201
# Not relevant for most PRs.
3202
3202
always_run : false
3203
3203
# This covers most of the code related to dynamic resource allocation.
3204
+ # Periodic variant: ci-kind-dra
3204
3205
run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/
3205
3206
# The tests might still be flaky or this job might get triggered accidentally for
3206
3207
# an unrelated PR.
@@ -3257,6 +3258,7 @@ presubmits:
3257
3258
# Not relevant for most PRs.
3258
3259
always_run : false
3259
3260
# This covers most of the code related to dynamic resource allocation.
3261
+ # Periodic variant: ci-kind-dra-all
3260
3262
run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/
3261
3263
# The tests might still be flaky or this job might get triggered accidentally for
3262
3264
# an unrelated PR.
@@ -4276,6 +4278,9 @@ presubmits:
4276
4278
skip_branches :
4277
4279
- release-\d+\.\d+ # per-release image
4278
4280
always_run : false
4281
+ # Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4282
+ # CRI-O was picked because it was solid for testing so far.
4283
+ # Periodic variant: ci-node-e2e-crio-cgrpv1-dra-features
4279
4284
run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4280
4285
optional : true
4281
4286
skip_report : false
@@ -4381,7 +4386,10 @@ presubmits:
4381
4386
skip_branches :
4382
4387
- release-\d+\.\d+ # per-release image
4383
4388
always_run : false
4384
- run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4389
+ # Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4390
+ # CRI-O was picked because it was solid for testing so far.
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
4385
4393
optional : true
4386
4394
skip_report : false
4387
4395
labels :
@@ -4486,7 +4494,10 @@ presubmits:
4486
4494
skip_branches :
4487
4495
- release-\d+\.\d+ # per-release image
4488
4496
always_run : false
4489
- run_if_changed : /dra/|/dynamicresources/|/resourceclaim/|/resourceclass/|/podscheduling/|/resourceclaimtemplate/|/dynamic-resource-allocation/|/pkg/apis/resource/|/api/resource/|/test/e2e_node/dra_test.go
4497
+ # Automatically testing with one container runtime in one configuration is sufficient to detect basic problems in kubelet early.
4498
+ # CRI-O was picked because it was solid for testing so far.
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
4490
4501
optional : true
4491
4502
skip_report : false
4492
4503
labels :
0 commit comments