xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/presubmit/integration.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1# Format: //devtools/kokoro/config/proto/build.proto
2
3# Configure the docker image for kokoro-trampoline.
4env_vars: {
5  key: "TRAMPOLINE_IMAGE"
6  value: "gcr.io/cloud-devrel-kokoro-resources/java8"
7}
8
9env_vars: {
10  key: "JOB_TYPE"
11  value: "integration"
12}
13
14# TODO: remove this after we've migrated all tests and scripts
15env_vars: {
16  key: "GCLOUD_PROJECT"
17  value: "gcloud-devel"
18}
19
20env_vars: {
21  key: "GOOGLE_CLOUD_PROJECT"
22  value: "gcloud-devel"
23}
24
25env_vars: {
26  key: "GOOGLE_APPLICATION_CREDENTIALS"
27  value: "secret_manager/java-it-service-account"
28}
29
30env_vars: {
31  key: "SECRET_MANAGER_KEYS"
32  value: "java-it-service-account"
33}
34
35env_vars: {
36  key: "GCS_BUCKET"
37  value: "byoid-it-bucket"
38}
39
40env_vars: {
41  key: "GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES"
42  value: "1"
43}
44
45env_vars: {
46  key: "GOOGLE_CLOUD_QUOTA_PROJECT"
47  value: "gcloud-devel"
48}
49