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