Skip to content

Commit

Permalink
chore: Add samples kokoro job (#8317)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Sep 8, 2022
1 parent 32526bb commit 8499860
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .kokoro/presubmit/samples.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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/java11"
}

env_vars: {
key: "JOB_TYPE"
value: "samples"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-docs-samples-service-account"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
}

0 comments on commit 8499860

Please sign in to comment.