Skip to content

Commit

Permalink
chore: add options.logging in cloud build trigger configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 9, 2024
1 parent fc9325c commit 1ae6ff5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cloudbuild/cloudbuild-test-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ steps:
args: [ './.kokoro/presubmit/downstream-build.sh' ]
waitFor: [ "graalvm-a-build" ]

options:
logging: CLOUD_LOGGING_ONLY
5 changes: 4 additions & 1 deletion .cloudbuild/cloudbuild-test-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ steps:
- name: gcr.io/cloud-devrel-public-resources/graalvm_b:${_JAVA_SHARED_CONFIG_VERSION}
entrypoint: bash
args: [ './.kokoro/presubmit/downstream-build.sh' ]
waitFor: [ "graalvm-b-build" ]
waitFor: [ "graalvm-b-build" ]

options:
logging: CLOUD_LOGGING_ONLY
2 changes: 2 additions & 0 deletions .cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ steps:
[ "-i", "gcr.io/cloud-devrel-public-resources/graalvm_b:${_JAVA_SHARED_CONFIG_VERSION}", "--config", ".cloudbuild/graalvm-b.yaml", "-v" ]
waitFor: [ "graalvm-b-build" ]

options:
logging: CLOUD_LOGGING_ONLY

images:
- gcr.io/cloud-devrel-public-resources/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}
Expand Down

0 comments on commit 1ae6ff5

Please sign in to comment.