xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/nightly/samples.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust# Format: //devtools/kokoro/config/proto/build.proto
2*af546375SCole Faust
3*af546375SCole Faust# Configure the docker image for kokoro-trampoline.
4*af546375SCole Faustenv_vars: {
5*af546375SCole Faust  key: "TRAMPOLINE_IMAGE"
6*af546375SCole Faust  value: "gcr.io/cloud-devrel-kokoro-resources/java8"
7*af546375SCole Faust}
8*af546375SCole Faust
9*af546375SCole Faustenv_vars: {
10*af546375SCole Faust  key: "JOB_TYPE"
11*af546375SCole Faust  value: "samples"
12*af546375SCole Faust}
13*af546375SCole Faust
14*af546375SCole Faust# TODO: remove this after we've migrated all tests and scripts
15*af546375SCole Faustenv_vars: {
16*af546375SCole Faust  key: "GCLOUD_PROJECT"
17*af546375SCole Faust  value: "java-docs-samples-testing"
18*af546375SCole Faust}
19*af546375SCole Faust
20*af546375SCole Faustenv_vars: {
21*af546375SCole Faust  key: "GOOGLE_CLOUD_PROJECT"
22*af546375SCole Faust  value: "java-docs-samples-testing"
23*af546375SCole Faust}
24*af546375SCole Faust
25*af546375SCole Faustenv_vars: {
26*af546375SCole Faust  key: "GOOGLE_APPLICATION_CREDENTIALS"
27*af546375SCole Faust  value: "secret_manager/java-docs-samples-service-account"
28*af546375SCole Faust}
29*af546375SCole Faust
30*af546375SCole Faustenv_vars: {
31*af546375SCole Faust  key: "SECRET_MANAGER_KEYS"
32*af546375SCole Faust  value: "java-docs-samples-service-account"
33*af546375SCole Faust}
34*af546375SCole Faust
35*af546375SCole Faustenv_vars: {
36*af546375SCole Faust  key: "ENABLE_FLAKYBOT"
37*af546375SCole Faust  value: "true"
38*af546375SCole Faust}
39