From 2532930ef67e5c08ae90b546e62855d555046bc0 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Thu, 14 Jul 2022 22:59:56 -0700 Subject: [PATCH] GCB Queue TTL (#20748) * Set build q time to 6 hr * README * Restyel --- integrations/cloudbuild/README.md | 3 ++- integrations/cloudbuild/build-all.yaml | 1 + integrations/cloudbuild/chef.yaml | 1 + integrations/cloudbuild/smoke-test.yaml | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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 19babd0be0f083..6ceb9183df321c 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -33,6 +33,7 @@ logsBucket: matter-build-automation-build-logs # Global timeout for all steps 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: