@@ -104,6 +104,61 @@ periodics:
104
104
testgrid-tab-name : ci-crio-cgroupv1-node-e2e-features
105
105
testgrid-alert-email :
[email protected]
106
106
description : " OWNER: sig-node; runs Features e2e tests with crio master and cgroup v1"
107
+ - name : ci-crio-cgroupv1-node-e2e-features-canary
108
+ cluster : k8s-infra-prow-build
109
+ interval : 1h
110
+ labels :
111
+ preset-service-account : " true"
112
+ preset-k8s-ssh : " true"
113
+ decorate : true
114
+ decoration_config :
115
+ timeout : 180m
116
+ extra_refs :
117
+ - org : kubernetes
118
+ repo : kubernetes
119
+ base_ref : master
120
+ path_alias : k8s.io/kubernetes
121
+ workdir : true
122
+ - org : kubernetes
123
+ repo : test-infra
124
+ base_ref : master
125
+ path_alias : k8s.io/test-infra
126
+ annotations :
127
+ testgrid-dashboards : sig-node-cri-o
128
+ testgrid-tab-name : ci-crio-cgroupv1-node-e2e-features-canary
129
+ testgrid-alert-email :
[email protected]
130
+ description : " OWNER: sig-node; runs Features e2e tests with crio master and cgroup v1"
131
+ spec :
132
+ containers :
133
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
134
+ command :
135
+ - runner.sh
136
+ args :
137
+ - kubetest2
138
+ - noop
139
+ - --test=node
140
+ - --
141
+ - --repo-root=.
142
+ - --gcp-zone=us-central1-b
143
+ - --parallelism=8
144
+ - --focus-regex=\[Feature:.+\]|\[Feature\]
145
+ - --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:PodLifecycleSleepActionAllowZero]|\[Feature:UserNamespacesPodSecurityStandards]|\[Feature:KubeletCredentialProviders]
146
+ - ' --test-args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
147
+ - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
148
+ resources :
149
+ limits :
150
+ cpu : 4
151
+ memory : 6Gi
152
+ requests :
153
+ cpu : 4
154
+ memory : 6Gi
155
+ env :
156
+ - name : GOPATH
157
+ value : /go
158
+ - name : KUBE_SSH_USER
159
+ value : core
160
+ - name : IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
161
+ value : " 1"
107
162
- name : ci-crio-cgroupv2-node-e2e-features
108
163
cluster : k8s-infra-prow-build
109
164
interval : 1h
@@ -156,6 +211,61 @@ periodics:
156
211
testgrid-tab-name : ci-crio-cgroupv2-node-e2e-features
157
212
testgrid-alert-email :
[email protected]
158
213
description : " OWNER: sig-node; runs Features e2e tests with crio master and cgroup v2"
214
+ - name : ci-crio-cgroupv2-node-e2e-features-canary
215
+ cluster : k8s-infra-prow-build
216
+ interval : 1h
217
+ labels :
218
+ preset-service-account : " true"
219
+ preset-k8s-ssh : " true"
220
+ decorate : true
221
+ decoration_config :
222
+ timeout : 180m
223
+ extra_refs :
224
+ - org : kubernetes
225
+ repo : kubernetes
226
+ base_ref : master
227
+ path_alias : k8s.io/kubernetes
228
+ workdir : true
229
+ - org : kubernetes
230
+ repo : test-infra
231
+ base_ref : master
232
+ path_alias : k8s.io/test-infra
233
+ annotations :
234
+ testgrid-dashboards : sig-node-cri-o
235
+ testgrid-tab-name : ci-crio-cgroupv2-node-e2e-features-canary
236
+ testgrid-alert-email :
[email protected]
237
+ description : " OWNER: sig-node; runs Features e2e tests with crio master and cgroup v1"
238
+ spec :
239
+ containers :
240
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
241
+ command :
242
+ - runner.sh
243
+ args :
244
+ - kubetest2
245
+ - noop
246
+ - --test=node
247
+ - --
248
+ - --repo-root=.
249
+ - --gcp-zone=us-central1-b
250
+ - --parallelism=8
251
+ - --focus-regex=\[Feature:.+\]|\[Feature\]
252
+ - --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:PodLifecycleSleepActionAllowZero]|\[Feature:UserNamespacesPodSecurityStandards]|\[Feature:KubeletCredentialProviders]
253
+ - ' --test-args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
254
+ - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
255
+ resources :
256
+ limits :
257
+ cpu : 4
258
+ memory : 6Gi
259
+ requests :
260
+ cpu : 4
261
+ memory : 6Gi
262
+ env :
263
+ - name : GOPATH
264
+ value : /go
265
+ - name : KUBE_SSH_USER
266
+ value : core
267
+ - name : IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
268
+ value : " 1"
159
269
- name : ci-crio-cgroupv1-node-e2e-flaky
160
270
cluster : k8s-infra-prow-build
161
271
interval : 2h
0 commit comments