1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

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 8e8911870c
commit 4ec8b71f42

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'