Skip to content

Commit

Permalink
temporarily comment out check for docker structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 25, 2024
1 parent c6ef2ea commit 8aedffe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .cloudbuild/cloudbuild-test-a.yaml
Expand Up @@ -23,12 +23,15 @@ steps:
dir: .cloudbuild
id: graalvm-a-build
waitFor: ["-"]
- name: gcr.io/gcp-runtimes/structure_test
args:
["-i", "gcr.io/cloud-devrel-public-resources/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}", "--config", ".cloudbuild/graalvm-a.yaml", "-v"]
waitFor: ["graalvm-a-build"]
# - name: gcr.io/gcp-runtimes/structure_test
# args:
# ["-i", "gcr.io/cloud-devrel-public-resources/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}", "--config", ".cloudbuild/graalvm-a.yaml", "-v"]
# waitFor: ["graalvm-a-build"]
- name: gcr.io/cloud-devrel-public-resources/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}
entrypoint: bash
args: [ './.kokoro/presubmit/downstream-build.sh' ]
waitFor: [ "graalvm-a-build" ]
env:
- 'MODULES_UNDER_TEST=java-kms'
- 'GOOGLE_CLOUD_PROJECT=mpeddada-test'

0 comments on commit 8aedffe

Please sign in to comment.