From 3165eeb86d7e174b69742b7824c128fbba5efaa8 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Thu, 1 Jun 2023 14:41:06 +0800 Subject: [PATCH] Fix the job of `ci-kubernetes-node-arm64-ubuntu-serial` Signed-off-by: Dave Chen --- config/jobs/kubernetes/sig-node/node-kubelet.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/jobs/kubernetes/sig-node/node-kubelet.yaml b/config/jobs/kubernetes/sig-node/node-kubelet.yaml index 7d6097b5db506..3ee55ef9511e1 100644 --- a/config/jobs/kubernetes/sig-node/node-kubelet.yaml +++ b/config/jobs/kubernetes/sig-node/node-kubelet.yaml @@ -128,11 +128,14 @@ periodics: testgrid-tab-name: kubelet-gce-e2e-arm64-ubuntu-serial description: "Run serial node e2e tests on ARM64 environment on Ubuntu" 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" @@ -154,8 +157,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: