Increase Nomulus build timeout (#1613)

We have recently started to routinely breach the 1h timeout. Increasing
this value to 2h. We should also look into reusing the artifacts when
building RCs for different environments.
This commit is contained in:
Lai Jiang 2022-05-02 16:11:11 -04:00 committed by GitHub
parent f5981a1bf9
commit e1c0725fb1

View file

@ -144,6 +144,6 @@ artifacts:
- 'release/cloudbuild-delete-*.yaml'
- 'release/cloudbuild-schema-deploy-*.yaml'
timeout: 3600s
timeout: 7200s
options:
machineType: 'E2_HIGHCPU_32'