Skip to content

Commit f66b988

Browse files
committed
replace n1 machine with e2 machine type
1 parent 0d4be41 commit f66b988

29 files changed

+49
-49
lines changed

config/jobs/kubernetes-sigs/sig-windows/windows-gce.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ periodics:
4141
- name: WINDOWS_NODE_OS_DISTRIBUTION
4242
value: "win2019"
4343
- name: NODE_SIZE
44-
value: "n1-standard-4"
44+
value: "e2-standard-4"
4545
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
4646
resources:
4747
requests:
@@ -98,7 +98,7 @@ periodics:
9898
- name: WINDOWS_NODE_OS_DISTRIBUTION
9999
value: "win2022"
100100
- name: NODE_SIZE
101-
value: "n1-standard-4"
101+
value: "e2-standard-4"
102102
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
103103
resources:
104104
requests:

config/jobs/kubernetes/cloud-provider-gcp/cloud-provider-gcp-periodics.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ periodics:
6262
export TEST_PACKAGE_VERSION="v1.25.0";
6363
echo "TEST_PACKAGE_VERSION - Falling back to v1.25.0";
6464
fi;
65-
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --master-size n1-standard-2 -- --test-package-version="${TEST_PACKAGE_VERSION}" --focus-regex='\[Conformance\]'
65+
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --master-size e2-standard-2 -- --test-package-version="${TEST_PACKAGE_VERSION}" --focus-regex='\[Conformance\]'
6666
- interval: 24h
6767
cluster: k8s-infra-prow-build
6868
name: ci-cloud-provider-gcp-e2e-latest
@@ -126,7 +126,7 @@ periodics:
126126
export TEST_PACKAGE_VERSION="v1.25.0";
127127
echo "TEST_PACKAGE_VERSION - Falling back to v1.25.0";
128128
fi;
129-
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size n1-standard-4 --master-size n1-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
129+
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size e2-standard-4 --master-size e2-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
130130

131131
- interval: 6h
132132
cluster: k8s-infra-prow-build
@@ -197,7 +197,7 @@ periodics:
197197
fi;
198198
cd $GOPATH/src/k8s.io/cloud-provider-gcp;
199199
e2e/add-kubernetes-to-workspace.sh;
200-
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size n1-standard-4 --master-size n1-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
200+
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size e2-standard-4 --master-size e2-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
201201
- interval: 3h
202202
cluster: k8s-infra-prow-build
203203
name: ci-cloud-provider-gcp-conformance-latest-with-gcepd
@@ -261,7 +261,7 @@ periodics:
261261
export TEST_PACKAGE_VERSION="v1.25.0";
262262
echo "TEST_PACKAGE_VERSION - Falling back to v1.25.0";
263263
fi;
264-
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --master-size n1-standard-2 -- --test-package-version="${TEST_PACKAGE_VERSION}" --focus-regex='\[Conformance\]' --test-args=--enabled-volume-drivers=gcepd
264+
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --master-size e2-standard-2 -- --test-package-version="${TEST_PACKAGE_VERSION}" --focus-regex='\[Conformance\]' --test-args=--enabled-volume-drivers=gcepd
265265
- interval: 24h
266266
cluster: k8s-infra-prow-build
267267
name: ci-cloud-provider-gcp-e2e-latest-with-gcepd
@@ -325,7 +325,7 @@ periodics:
325325
export TEST_PACKAGE_VERSION="v1.25.0";
326326
echo "TEST_PACKAGE_VERSION - Falling back to v1.25.0";
327327
fi;
328-
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size n1-standard-4 --master-size n1-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8 --enabled-volume-drivers=gcepd' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
328+
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=ginkgo --node-size e2-standard-4 --master-size e2-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8 --enabled-volume-drivers=gcepd' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
329329

330330
- interval: 6h
331331
cluster: k8s-infra-prow-build

config/jobs/kubernetes/cloud-provider-gcp/cloud-provider-gcp-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ presubmits:
223223
export TEST_PACKAGE_VERSION="v1.25.0";
224224
echo "TEST_PACKAGE_VERSION - Falling back to v1.25.0";
225225
fi;
226-
kubetest2 gce -v 2 --repo-root "${REPO_ROOT}" --build --up --down --test=ginkgo --node-size n1-standard-4 --master-size n1-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
226+
kubetest2 gce -v 2 --repo-root "${REPO_ROOT}" --build --up --down --test=ginkgo --node-size e2-standard-4 --master-size e2-standard-8 -- --test-package-version="${TEST_PACKAGE_VERSION}" --parallel=30 --test-args='--minStartupPods=8' --skip-regex='\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]'
227227
resources:
228228
limits:
229229
cpu: 4

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gcp-gpu-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presets:
77
- name: CREATE_CUSTOM_NETWORK
88
value: "true"
99
- name: NODE_SIZE
10-
value: n1-standard-2
10+
value: e2-standard-2
1111

1212
presubmits:
1313
kubernetes/kubernetes:

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gpu-gce.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ presets:
55
- name: NODE_ACCELERATORS
66
value: type=nvidia-tesla-t4,count=2
77
- name: NODE_SIZE
8-
value: n1-standard-2
8+
value: e2-standard-2
99
- labels:
1010
preset-ci-gce-device-plugin-gpu-nvidia-t4: "true"
1111
env:
1212
- name: NODE_ACCELERATORS
1313
value: type=nvidia-tesla-t4,count=2
1414
- name: NODE_SIZE
15-
value: n1-standard-2
15+
value: e2-standard-2
1616

1717
periodics:
1818
- name: ci-kubernetes-e2e-gce-device-plugin-gpu

config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ presets:
274274
env:
275275
# Override GCE defaults.
276276
- name: MASTER_SIZE
277-
value: "n1-standard-4"
277+
value: "e2-standard-4"
278278
- name: NODE_SIZE
279279
value: "e2-standard-8"
280280
- name: NODE_DISK_SIZE

experiment/create-build-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PROJECT_ID=
3939
INTERACTIVE=
4040

4141
CLUSTER_NAME="prow"
42-
MACHINE_TYPE="n1-standard-1"
42+
MACHINE_TYPE="e2-standard-1"
4343
NUM_NODES="3"
4444
ZONE="us-west1-a"
4545
POD_NAMESPACE="test-pods"

jobs/e2e_node/containerd/containerd-main/cgroupv2/image-config-cgroupv2-serial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ images:
22
cos-stable:
33
image_family: cos-beta
44
project: cos-cloud
5-
machine: n1-standard-2 # These tests need a lot of memory
5+
machine: e2-standard-2 # These tests need a lot of memory
66
metadata: "user-data</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/init.yaml,containerd-configure-sh</home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-extra-init-sh</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/gci-init.sh,containerd-env</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/cgroupv2/env-cgroupv2,gci-update-strategy=update_disabled"

jobs/e2e_node/containerd/containerd-main/perf-image-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ images:
22
ubuntu:
33
image_family: pipeline-1-29
44
project: ubuntu-os-gke-cloud
5-
machine: n1-standard-16 # node performance tests will be skipped on smaller machines
5+
machine: e2-standard-16 # node performance tests will be skipped on smaller machines
66
metadata: "user-data</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/init.yaml,containerd-configure-sh</home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-env</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/env"
77
cos-stable:
88
image_family: cos-beta
99
project: cos-cloud
10-
machine: n1-standard-16 # node performance tests will be skipped on smaller machines
10+
machine: e2-standard-16 # node performance tests will be skipped on smaller machines
1111
metadata: "user-data</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/init.yaml,containerd-configure-sh</home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-extra-init-sh</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/gci-init.sh,containerd-env</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/env,gci-update-strategy=update_disabled"
1212

1313
# The only difference of this file from the image-config.yaml supposed to be the machine size

jobs/e2e_node/containerd/image-config-serial-eviction.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ images:
22
cos-stable1:
33
image_family: cos-beta
44
project: cos-cloud
5-
machine: n1-standard-2 # These tests need a lot of memory
5+
machine: e2-standard-2 # These tests need a lot of memory
66
metadata: "user-data</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/init-eviction.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-systemd.toml,registry-config-docker</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/hosts-docker.toml"

0 commit comments

Comments
 (0)