Skip to content

Commit

Permalink
Send CloudBuild logs to logging bucket (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Nov 21, 2022
1 parent d747a30 commit ab7f7f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ substitutions:
_CLUSTER_NAME: trillian-opensource-ci
_MASTER_ZONE: us-central1-a

# Cloud Build logs sent to GCS bucket
logsBucket: 'gs://trillian-cloudbuild-logs'

steps:
# First build a "ct_testbase" docker image which contains most of the tools we need for the later steps:
- name: 'gcr.io/cloud-builders/docker'
Expand Down
3 changes: 3 additions & 0 deletions cloudbuild_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ substitutions:
_CLUSTER_NAME: trillian-opensource-ci
_MASTER_ZONE: us-central1-a

# Cloud Build logs sent to GCS bucket
logsBucket: 'gs://trillian-cloudbuild-logs'

steps:
# First build a "ct_testbase" docker image which contains most of the tools we need for the later steps:
- name: 'gcr.io/cloud-builders/docker'
Expand Down
3 changes: 3 additions & 0 deletions cloudbuild_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ substitutions:
_CLUSTER_NAME: trillian-opensource-ci
_MASTER_ZONE: us-central1-a

# Cloud Build logs sent to GCS bucket
logsBucket: 'gs://trillian-cloudbuild-logs'

steps:
# First build a "ct_testbase" docker image which contains most of the tools we need for the later steps:
- name: 'gcr.io/cloud-builders/docker'
Expand Down

0 comments on commit ab7f7f3

Please sign in to comment.