Skip to content

Commit

Permalink
Add a kokoro presubmit workflow to run on cloud-devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
arawind committed Feb 20, 2024
1 parent f1dbc8f commit 5b493fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .kokoro/presubmit/integration-cloud-devel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
}

env_vars: {
key: "JOB_TYPE"
value: "integration-cloud-devel"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-client-testing"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-client-testing"
}

0 comments on commit 5b493fa

Please sign in to comment.