Skip to content

Commit 981d101

Browse files
committed
ci(bigtable): add Kokoro presubmit config for session integration tests
1 parent 167a1a4 commit 981d101

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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: "INTEGRATION_TEST_ARGS"
11+
value: "-P bigtable-session-it,enable-verbose-grpc-logs -Dbigtable.session-project=gcloud-devel -Dbigtable.session-instance=google-cloud-bigtable-session -Dbigtable.session-table=integration-tests"
12+
}
13+
14+
env_vars: {
15+
key: "JOB_TYPE"
16+
value: "integration-single"
17+
}
18+
19+
# TODO: remove this after we've migrated all tests and scripts
20+
env_vars: {
21+
key: "GCLOUD_PROJECT"
22+
value: "gcloud-devel"
23+
}
24+
25+
env_vars: {
26+
key: "GOOGLE_CLOUD_PROJECT"
27+
value: "gcloud-devel"
28+
}
29+
30+
env_vars: {
31+
key: "GOOGLE_APPLICATION_CREDENTIALS"
32+
value: "secret_manager/java-it-service-account"
33+
}
34+
35+
env_vars: {
36+
key: "SECRET_MANAGER_KEYS"
37+
value: "java-it-service-account"
38+
}
39+
40+
env_vars: {
41+
key: "BUILD_SUBDIR"
42+
value: "java-bigtable"
43+
}

0 commit comments

Comments
 (0)