From 13efb236774d66e81e8a12a334a4e1ec654bd7f1 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Fri, 15 Jul 2022 09:06:56 -0700 Subject: [PATCH] GCB Queue TTL (#20748) (#20785) * Set build q time to 6 hr * README * Restyel Co-authored-by: Austin Bozowski --- integrations/cloudbuild/README.md | 3 ++- integrations/cloudbuild/build-all.yaml | 3 ++- integrations/cloudbuild/chef.yaml | 1 + integrations/cloudbuild/smoke-test.yaml | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/integrations/cloudbuild/README.md b/integrations/cloudbuild/README.md index dd0e6be876a116..dd037a88ae4d54 100644 --- a/integrations/cloudbuild/README.md +++ b/integrations/cloudbuild/README.md @@ -6,7 +6,8 @@ Follow https://cloud.google.com/sdk/docs/install. #### Local execution -In order to test locally, comment out the `machineType` entry in the build yaml. +In order to test locally, comment out the `machineType` and `queueTtl` entry in +the build yaml. ``` # Once only setup: diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml index 044253e57eb63b..b700fd35c974ca 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -32,7 +32,8 @@ steps: logsBucket: matter-build-automation-build-logs # Global timeout for all steps -timeout: 14400s +timeout: 21600s +queueTtl: 21600s artifacts: objects: diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index 83bd2d971ccb81..7f3f3028802e98 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -30,6 +30,7 @@ logsBucket: matter-build-automation-build-logs # Global timeout for all steps timeout: 14400s +queueTtl: 21600s artifacts: objects: diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index 46c7bc7ab9ccf6..1ef4c8e4210016 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -100,6 +100,7 @@ logsBucket: matter-build-automation-build-logs # Global timeout for all steps timeout: 9000s +queueTtl: 21600s artifacts: objects: