From ee5758ada1592fb81ab8df536d1fa80f39e49908 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Fri, 6 Sep 2024 09:00:04 -0700 Subject: [PATCH] Set an explicit logs bucket in the cloud build. (#798) Set an explicit logs bucket, so that we can make logs for CI visible to non-Googlers that don't have access to the cloud build dashboard. --- cloudbuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 9dab3c3fc..5d1c45bdc 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -388,6 +388,7 @@ substitutions: _USER_NAME: github _AUTOPILOT_CLUSTER: "false" _BUILD_ID: ${BUILD_ID:0:8} +logsBucket: gs://ai-on-gke-build-logs options: substitutionOption: 'ALLOW_LOOSE' machineType: 'E2_HIGHCPU_8'