xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/continuous/propose_release.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1# Format: //devtools/kokoro/config/proto/build.proto
2
3# Build logs will be here
4action {
5  define_artifacts {
6    regex: "**/*sponge_log.xml"
7  }
8}
9
10# Download trampoline resources.
11gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
12
13# Use the trampoline script to run in docker.
14build_file: "google-auth-library-java/.kokoro/trampoline.sh"
15
16# Configure the docker image for kokoro-trampoline.
17env_vars: {
18  key: "TRAMPOLINE_IMAGE"
19  value: "gcr.io/cloud-devrel-kokoro-resources/node:10-user"
20}
21
22env_vars: {
23  key: "TRAMPOLINE_BUILD_FILE"
24  value: "github/google-auth-library-java/.kokoro/continuous/propose_release.sh"
25}
26
27# tokens used by release-please to keep an up-to-date release PR.
28before_action {
29  fetch_keystore {
30    keystore_resource {
31      keystore_config_id: 73713
32      keyname: "github-magic-proxy-key-release-please"
33    }
34  }
35}
36
37before_action {
38  fetch_keystore {
39    keystore_resource {
40      keystore_config_id: 73713
41      keyname: "github-magic-proxy-token-release-please"
42    }
43  }
44}
45
46before_action {
47  fetch_keystore {
48    keystore_resource {
49      keystore_config_id: 73713
50      keyname: "github-magic-proxy-url-release-please"
51    }
52  }
53}
54