@@ -231,6 +231,61 @@ presubmits:
231
231
requests :
232
232
cpu : 8
233
233
memory : 10Gi
234
+ - name : pull-kubernetes-node-arm64-ubuntu-serial-gce
235
+ # this is functional duplicated with `pull-kubernetes-node-arm64-e2e-containerd-serial-ec2`, consider to remove one of them when either of them is green
236
+ skip_branches :
237
+ - release-\d+\.\d+ # per-release image
238
+ always_run : false
239
+ optional : true
240
+ decorate : true
241
+ path_alias : k8s.io/kubernetes
242
+ extra_refs :
243
+ - org : kubernetes
244
+ repo : test-infra
245
+ base_ref : master
246
+ path_alias : k8s.io/test-infra
247
+ decoration_config :
248
+ timeout : 180m
249
+ labels :
250
+ preset-service-account : " true"
251
+ preset-k8s-ssh : " true"
252
+ preset-dind-enabled : " true"
253
+ annotations :
254
+ fork-per-release : " true"
255
+ testgrid-create-test-group : " true"
256
+ testgrid-alert-stale-results-hours : " 24"
257
+ testgrid-num-failures-to-alert : " 10"
258
+ spec :
259
+ containers :
260
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-experimental
261
+ command :
262
+ - runner.sh
263
+ args :
264
+ - kubetest2
265
+ - noop
266
+ - --test=node
267
+ - --
268
+ - --repo-root=.
269
+ - --gcp-zone=us-central1-a
270
+ - --parallelism=1
271
+ - --focus-regex=\[Serial\]
272
+ - --use-dockerized-build=true
273
+ - --target-build-arch=linux/arm64
274
+ - --skip-regex=\[Flaky\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:DynamicResourceAllocation\]
275
+ - ' --test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
276
+ - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml
277
+ securityContext :
278
+ privileged : true
279
+ env :
280
+ - name : GOPATH
281
+ value : /go
282
+ resources :
283
+ limits :
284
+ cpu : 4
285
+ memory : 6Gi
286
+ requests :
287
+ cpu : 4
288
+ memory : 6Gi
234
289
- name : pull-kubernetes-node-e2e-containerd-kubetest2
235
290
always_run : false
236
291
optional : true
@@ -2219,57 +2274,3 @@ presubmits:
2219
2274
requests :
2220
2275
cpu : 8
2221
2276
memory : 10Gi
2222
- - name : pull-kubernetes-node-arm64-ubuntu-serial-gce
2223
- skip_branches :
2224
- - release-\d+\.\d+ # per-release image
2225
- always_run : false
2226
- optional : true
2227
- decorate : true
2228
- path_alias : k8s.io/kubernetes
2229
- extra_refs :
2230
- - org : kubernetes
2231
- repo : test-infra
2232
- base_ref : master
2233
- path_alias : k8s.io/test-infra
2234
- decoration_config :
2235
- timeout : 180m
2236
- labels :
2237
- preset-service-account : " true"
2238
- preset-k8s-ssh : " true"
2239
- preset-dind-enabled : " true"
2240
- annotations :
2241
- fork-per-release : " true"
2242
- testgrid-create-test-group : " true"
2243
- testgrid-alert-stale-results-hours : " 24"
2244
- testgrid-num-failures-to-alert : " 10"
2245
- spec :
2246
- containers :
2247
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-experimental
2248
- command :
2249
- - runner.sh
2250
- args :
2251
- - kubetest2
2252
- - noop
2253
- - --test=node
2254
- - --
2255
- - --repo-root=.
2256
- - --gcp-zone=us-central1-a
2257
- - --parallelism=1
2258
- - --focus-regex=\[Serial\]
2259
- - --use-dockerized-build=true
2260
- - --target-build-arch=linux/arm64
2261
- - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[NodeFeature:NodeProblemDetector\]|\[NodeFeature:OOMScoreAdj\]|\[NodeFeature:DevicePluginProbe\]|\[NodeConformance\]|\[Feature:DynamicResourceAllocation\]
2262
- - ' --test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
2263
- - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml
2264
- securityContext :
2265
- privileged : true
2266
- env :
2267
- - name : GOPATH
2268
- value : /go
2269
- resources :
2270
- limits :
2271
- cpu : 4
2272
- memory : 6Gi
2273
- requests :
2274
- cpu : 4
2275
- memory : 6Gi
0 commit comments