Skip to content

Commit

Permalink
Merge pull request #3154 from BenTheElder/e2
Browse files Browse the repository at this point in the history
user cheaper e2 vm type
  • Loading branch information
BenTheElder authored Mar 30, 2023
2 parents 158353c + b2bc875 commit 2f738c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/base/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion images/haproxy/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion images/kindnetd/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_32
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion images/local-path-helper/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion images/local-path-provisioner/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
substitution_option: ALLOW_LOOSE
machineType: N1_HIGHCPU_8
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
entrypoint: make
Expand Down

0 comments on commit 2f738c2

Please sign in to comment.