From e1c0725fb1659dc8e2d722a28982bd77ecb99071 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Mon, 2 May 2022 16:11:11 -0400 Subject: [PATCH] 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. --- release/cloudbuild-nomulus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/cloudbuild-nomulus.yaml b/release/cloudbuild-nomulus.yaml index 3fa4023f5..3c9b732e7 100644 --- a/release/cloudbuild-nomulus.yaml +++ b/release/cloudbuild-nomulus.yaml @@ -144,6 +144,6 @@ artifacts: - 'release/cloudbuild-delete-*.yaml' - 'release/cloudbuild-schema-deploy-*.yaml' -timeout: 3600s +timeout: 7200s options: machineType: 'E2_HIGHCPU_32'