@@ -21,6 +21,10 @@ timeout = 90m
21
21
e2e_node_timeout = 60m
22
22
# Values > 0 enable version skew testing with an older kubelet version.
23
23
kubelet_skew = 0
24
+ # Can be set to non-empty for jobs which need extra refs.
25
+ need_kubernetes_repo =
26
+ need_test_infra_repo =
27
+ need_containerd_20_repo =
24
28
25
29
# This jobs runs e2e.test with a focus on tests for the Dynamic Resource Allocation feature (currently beta)
26
30
# on a kind cluster with containerd updated to a version with CDI support.
@@ -85,12 +89,15 @@ description = Runs integration tests for DRA which need some additional setup in
85
89
use_dind = true
86
90
use_dind_cdi = true
87
91
job_type = integration
92
+ need_kubernetes_repo = true
88
93
cluster = eks-prow-build-cluster
89
94
run_if_changed = /(dra|dynamicresources|resourceclaim|deviceclass|resourceslice|resourceclaimtemplate|dynamic-resource-allocation|pkg/apis/resource|api/resource)/.*.go
90
95
91
96
# This job runs e2e_node.test with a focus on tests for the Dynamic Resource Allocation feature (currently beta)
92
97
[node-e2e-crio-cgrpv1-dra]
93
98
job_type = node
99
+ need_kubernetes_repo = true
100
+ need_test_infra_repo = true
94
101
description = Runs E2E node tests for Dynamic Resource Allocation beta features with CRI-O using cgroup v1
95
102
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
96
103
inject_ssh_public_key = true
@@ -102,6 +109,8 @@ release_informing = true
102
109
# This job is the same as ci-node-e2e-cgrpv1-crio-dra, but for cgroup v2
103
110
[node-e2e-crio-cgrpv2-dra]
104
111
job_type = node
112
+ need_kubernetes_repo = true
113
+ need_test_infra_repo = true
105
114
description = Runs E2E node tests for Dynamic Resource Allocation beta features with CRI-O using cgroup v2
106
115
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
107
116
inject_ssh_public_key = true
@@ -110,13 +119,18 @@ release_informing = true
110
119
# This job runs the same tests as ci-node-e2e-crio-dra with Containerd 1.7 runtime
111
120
[node-e2e-containerd-1-7-dra]
112
121
job_type = node
122
+ need_kubernetes_repo = true
123
+ need_test_infra_repo = true
113
124
description = Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 1.7
114
125
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/dra/image-config-containerd-1.7.yaml
115
126
release_informing = true
116
127
117
128
# This job runs the same tests as ci-node-e2e-crio-dra with Containerd 2.0 runtime
118
129
[node-e2e-containerd-2-0-dra]
119
130
job_type = node
131
+ need_kubernetes_repo = true
132
+ need_test_infra_repo = true
133
+ need_containerd_20_repo = true
120
134
description = Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 2.0
121
135
image_config_file = /home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-2.0/image-config.yaml
122
136
release_informing = true
0 commit comments