Skip to content

Commit

Permalink
Merge pull request #28190 from akhilerm/fix-ubuntu-image-sig-node-test
Browse files Browse the repository at this point in the history
use ubuntu from gke cloud in node e2e
  • Loading branch information
k8s-ci-robot authored Dec 6, 2022
2 parents 0aa778b + 224022f commit 9cb5993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# `gcloud compute --project <to-project> images create <image-name> --source-disk=<image-name>`
images:
ubuntu:
image_family: ubuntu-2204-lts
project: ubuntu-os-cloud
image_family: pipeline-1-25
project: ubuntu-os-gke-cloud
# Using `n1-standard-4` to enable CPU manager node e2e tests.
machine: n1-standard-4
metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config-systemd.toml"
Expand Down
4 changes: 2 additions & 2 deletions jobs/e2e_node/containerd/image-config-serial.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
ubuntu:
image_family: ubuntu-2204-lts
project: ubuntu-os-cloud
image_family: pipeline-1-25
project: ubuntu-os-gke-cloud
machine: n1-standard-2 # These tests need a lot of memory
metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config-systemd.toml"
cos-stable2:
Expand Down

0 comments on commit 9cb5993

Please sign in to comment.