increase cloud build timeout (#16437)

* increase cloud build timeout

* increase timeout

* downgrade rubocop version

* Update rubocop.yml

* rubocop 1.17.0

* Update rubocop.yml

* revert version
pull/16424/head^2
Alberto Hernández 2 years ago committed by GitHub
parent 832becae47
commit d9ef0bcdb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -208,7 +208,7 @@ steps:
fi
waitFor: ['build-cartodb-onprem', 'build-cartodb', 'build-cartodb-onprem-cron']
timeout: 1800s
timeout: 3600s
substitutions:
_BRANCH_TAG: ${BRANCH_NAME//\//-}
_DOCKER_IMAGE_NAME: gcr.io/cartodb-on-gcp-main-artifacts/builder

@ -155,7 +155,7 @@ steps:
docker build --label="org.opencontainers.image.created=$$(date --rfc-3339=seconds)" --label=org.opencontainers.image.revision=${COMMIT_SHA} -t ${_DOCKER_IMAGE_NAME}-onprem-cron:latest -t ${_DOCKER_IMAGE_NAME}-onprem-cron:${_BRANCH_TAG} -t ${_DOCKER_IMAGE_NAME}-onprem-cron:${SHORT_SHA} -t ${_DOCKER_IMAGE_NAME}-onprem-cron:${_BRANCH_TAG}--${SHORT_SHA} -f Dockerfile.cron .
waitFor: ['build-cartodb-onprem']
timeout: 2700s
timeout: 3600s
images:
- ${_DOCKER_IMAGE_NAME}:${_BRANCH_TAG}--${SHORT_SHA}
- ${_DOCKER_IMAGE_NAME}:${_BRANCH_TAG}

Loading…
Cancel
Save