Skip to content

Commit

Permalink
Merge pull request #1017 from XudongLiuHarold/add-vsphere-cpi-pull-re…
Browse files Browse the repository at this point in the history
…quest-cloudbuild-job

Add pull request cloudbuild configuration for cloud provider vsphere
  • Loading branch information
k8s-ci-robot committed May 10, 2024
2 parents 6113709 + 676539f commit 419f308
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cloudbuild-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://cloud.google.com/cloud-build/docs/build-config
# See https://console.cloud.google.com/gcr/images/k8s-staging-test-infra/global/gcb-docker-gcloud
timeout: 2700s
options:
substitution_option: ALLOW_LOOSE
machineType: 'E2_HIGHCPU_8'
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240210-29014a6e3a'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- TAG=$_GIT_TAG
- PULL_BASE_REF=$_PULL_BASE_REF
- DOCKER_BUILDKIT=1
args:
- pr-staging
substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
# can be used as a substitution
_GIT_TAG: '12345'
_PULL_BASE_REF: 'dev'

0 comments on commit 419f308

Please sign in to comment.