1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
node-feature-discovery/cloudbuild.yaml
Markus Lehtonen e674631591 cloudbuild.yaml: decrease timeout to 25 minutes
Build time decreased dramatically after upgrading the builder machine
type.
2022-01-21 12:00:14 +02:00

15 lines
421 B
YAML

timeout: 1500s
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: scripts/test-infra/push-image.sh
env:
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID
- _GIT_TAG=$_GIT_TAG
- IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF
- HOME=/root
substitutions:
_GIT_TAG: '0.0.0'
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'