Skip to content

Commit

Permalink
build: specify logs bucket for GCF-based bots (#5631)
Browse files Browse the repository at this point in the history
custom service accounts require specifying logs configuration
  • Loading branch information
chingor13 authored Dec 18, 2024
1 parent ccc17fd commit 2cb991c
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/auto-approve/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

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

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

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

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

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

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

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

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

logsBucket: 'gs://label-sync-deploy-logs'
options:
logging: GCS_ONLY
6 changes: 5 additions & 1 deletion packages/merge-on-green/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ steps:
- "managed"
- "--region"
- "$_REGION"
- "--quiet"
- "--quiet"

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

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

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

logsBucket: 'gs://trusted-contribution-deploy-logs'
options:
logging: GCS_ONLY

0 comments on commit 2cb991c

Please sign in to comment.