Skip to content

Commit

Permalink
Fix the job of ci-kubernetes-node-arm64-ubuntu-serial
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Chen <[email protected]>
  • Loading branch information
chendave committed Jun 1, 2023
1 parent 3a20e92 commit 532c83d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,19 @@ periodics:
testgrid-dashboards: sig-node-kubelet
testgrid-tab-name: kubelet-gce-e2e-arm64-ubuntu-serial
description: "Run serial node e2e tests on ARM64 environment on Ubuntu"
branches:
# TODO: Remove once repo default branch has been renamed
- master
- main
decorate: true
path_alias: k8s.io/kubernetes
extra_refs:
- org: kubernetes
repo: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/kubernetes
path_alias: k8s.io/test-infra
decoration_config:
timeout: 180m
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -154,8 +161,8 @@ periodics:
- --parallelism=1
- --focus-regex=\[Serial\]
- --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[NodeFeature:NodeProblemDetector\]|\[NodeFeature:OOMScoreAdj\]|\[NodeFeature:DevicePluginProbe\]|\[NodeConformance\]
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml
- '--test-args=--use-dockerized-build=true --target-build-arch=linux/arm64 --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*\"]}"'
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/image-config-serial.yaml
securityContext:
privileged: true
env:
Expand Down

0 comments on commit 532c83d

Please sign in to comment.