Skip to content

Commit

Permalink
update the default working dir for pod-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Chen <[email protected]>
  • Loading branch information
chendave committed Jun 7, 2023
1 parent 75e8135 commit f71d93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ periodics:
description: "Run serial node e2e tests on ARM64 environment on Ubuntu"
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
decoration_config:
timeout: 180m
labels:
Expand Down
2 changes: 1 addition & 1 deletion jobs/e2e_node/arm/image-config-serial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ images:
ubuntu:
image_family: pipeline-1-25-arm64
machine: t2a-standard-2 # These tests need a lot of memory
metadata: "user-data</workspace/test-infra/jobs/e2e_node/arm/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml"
metadata: "user-data</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/init.yaml,cni-template</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/config.toml"
project: ubuntu-os-gke-cloud

0 comments on commit f71d93f

Please sign in to comment.