File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed
Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ jobs:
129129 runs-on : ubuntu-latest
130130 steps :
131131 - uses : actions/checkout@v4
132+ with :
133+ fetch-depth : 0
132134 - uses : actions/setup-java@v4
133135 with :
134136 distribution : temurin
@@ -137,3 +139,5 @@ jobs:
137139 - run : .kokoro/build.sh
138140 env :
139141 JOB_TYPE : lint
142+ HEAD_SHA : ${{ github.event.pull_request.head.sha }}
143+ BASE_SHA : ${{ github.event.pull_request.base.sha }}
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java11"
7+ }
8+
9+ env_vars: {
10+ key: " JOB_TYPE"
11+ value: " integration-single"
12+ }
13+
14+ env_vars: {
15+ key: " INTEGRATION_TEST_ARGS"
16+ value: " -DFIRESTORE_NAMED_DATABASE=enterprise -DFIRESTORE_EDITION=enterprise"
17+ }
18+
19+ env_vars: {
20+ key: " GCLOUD_PROJECT"
21+ value: " java-review"
22+ }
23+
24+ env_vars: {
25+ key: " GOOGLE_APPLICATION_CREDENTIALS"
26+ value: " secret_manager/java-review_firestore-java-it"
27+ }
28+
29+ env_vars: {
30+ key: " SECRET_MANAGER_KEYS"
31+ value: " java-review_firestore-java-it"
32+ }
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro-resources/java8 "
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java11 "
77}
88
99env_vars: {
You can’t perform that action at this time.
0 commit comments