Skip to content

Commit

Permalink
build: configure logs bucket for custom service accounts (#5642)
Browse files Browse the repository at this point in the history
Configure the remaining bots to use logs buckets for dedicated service
accounts
  • Loading branch information
chingor13 authored Dec 20, 2024
1 parent 5e55922 commit 3bed974
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cherry-pick-bot/cloudbuild-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ steps:

# TODO: create container test
# TODO: create unit & integration tests

logsBucket: 'gs://cherry-pick-bot-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/cherry-pick-bot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://cherry-pick-bot-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/flakybot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://flakybot-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/release-please/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://release-please-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/release-trigger/cloudbuild-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ steps:
- "-t"
- "gcr.io/$PROJECT_ID/release-trigger"
- "."

logsBucket: 'gs://release-trigger-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/release-trigger/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://release-trigger-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/snippet-bot/cloudbuild-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ steps:
- "-t"
- "gcr.io/$PROJECT_ID/snippet-bot-frontend"
- "."

logsBucket: 'gs://snippet-bot-deploy-logs'
options:
logging: GCS_ONLY
4 changes: 4 additions & 0 deletions packages/snippet-bot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://snippet-bot-deploy-logs'
options:
logging: GCS_ONLY

0 comments on commit 3bed974

Please sign in to comment.