Skip to content

Commit

Permalink
Merge pull request #29662 from chendave/ref_test_infra
Browse files Browse the repository at this point in the history
Fix the job of `ci-kubernetes-node-arm64-ubuntu-serial`
  • Loading branch information
k8s-ci-robot authored Jun 2, 2023
2 parents 9859a89 + 34755fa commit ee10480
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ periodics:
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
decoration_config:
timeout: 180m
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -154,8 +160,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 ee10480

Please sign in to comment.