Skip to content

Commit

Permalink
Merge pull request #29195 from BenTheElder/faster-ci-images
Browse files Browse the repository at this point in the history
speedup builds for core CI images
  • Loading branch information
k8s-ci-robot authored Mar 30, 2023
2 parents 7129883 + dbf0aa5 commit 8e9af88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/krte/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ substitutions:
_CFSSL_VERSION: R1.2
options:
substitution_option: ALLOW_LOOSE
# this is a large and critical CI image, builds are slow on the default 1 core
machineType: E2_HIGHCPU_32
images:
- 'gcr.io/$PROJECT_ID/krte:$_GIT_TAG-$_CONFIG'
- 'gcr.io/$PROJECT_ID/krte:latest-$_CONFIG'
2 changes: 2 additions & 0 deletions images/kubekins-e2e/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ substitutions:
timeout: 1800s
options:
substitution_option: ALLOW_LOOSE
# this is a large and critical CI image, builds are slow on the default 1 core
machineType: E2_HIGHCPU_32
images:
- 'gcr.io/$PROJECT_ID/kubekins-e2e:$_GIT_TAG-$_CONFIG'
- 'gcr.io/$PROJECT_ID/kubekins-e2e:latest-$_CONFIG'

0 comments on commit 8e9af88

Please sign in to comment.