sigs.k8s.io/cluster-api@v1.7.1/cloudbuild.yaml (about) 1 # See https://cloud.google.com/cloud-build/docs/build-config 2 # See https://console.cloud.google.com/gcr/images/k8s-staging-test-infra/global/gcb-docker-gcloud 3 timeout: 2700s 4 options: 5 substitution_option: ALLOW_LOOSE 6 machineType: 'E2_HIGHCPU_8' 7 steps: 8 - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46' 9 entrypoint: make 10 env: 11 - DOCKER_CLI_EXPERIMENTAL=enabled 12 - TAG=$_GIT_TAG 13 - PULL_BASE_REF=$_PULL_BASE_REF 14 - DOCKER_BUILDKIT=1 15 args: ['release-staging', '-j', '8', '-O'] 16 substitutions: 17 # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and 18 # can be used as a substitution 19 _GIT_TAG: '12345' 20 _PULL_BASE_REF: 'dev'