1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/cloudbuild.yaml
Markus Lehtonen 5e90343fc9 cloudbuild.yaml: increase timeout to 1h 20min
Fourth timeout increase's the charm.
2022-01-20 22:30:42 +02:00

14 lines
391 B
YAML

timeout: 4800s
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