Skip to content

Commit

Permalink
Set an explicit logs bucket in the cloud build. (#798)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
roberthbailey committed Sep 6, 2024
1 parent f743e25 commit ee5758a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee5758a

Please sign in to comment.