File tree Expand file tree Collapse file tree 4 files changed +58
-15
lines changed
Expand file tree Collapse file tree 4 files changed +58
-15
lines changed 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-public-resources/graalvm_sdk_platform_a:3.56.1"
7+ }
8+
9+ env_vars: {
10+ key: " JOB_TYPE"
11+ value: " graalvm-single"
12+ }
13+
14+ # TODO: remove this after we've migrated all tests and scripts
15+ env_vars: {
16+ key: " GCLOUD_PROJECT"
17+ value: " gcloud-devel"
18+ }
19+
20+ env_vars: {
21+ key: " GOOGLE_CLOUD_PROJECT"
22+ value: " gcloud-devel"
23+ }
24+
25+ env_vars: {
26+ key: " GOOGLE_APPLICATION_CREDENTIALS"
27+ value: " secret_manager/java-it-service-account"
28+ }
29+
30+ env_vars: {
31+ key: " SECRET_MANAGER_KEYS"
32+ value: " java-it-service-account"
33+ }
34+
35+ env_vars: {
36+ key: " INTEGRATION_TEST_ARGS"
37+ value: " -Dit.test=!ITBigQueryWrite*RetryTest"
38+ }
39+
40+ env_vars: {
41+ key: " BUILD_SUBDIR"
42+ value: " java-bigquerystorage"
43+ }
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ env_vars: {
3232 value: " java-it-service-account"
3333}
3434
35+ env_vars: {
36+ key: " INTEGRATION_TEST_ARGS"
37+ value: " -Dit.test=!ITBigQueryWrite*RetryTest"
38+ }
39+
3540env_vars: {
3641 key: " BUILD_SUBDIR"
3742 value: " java-bigquerystorage"
Original file line number Diff line number Diff line change @@ -14,30 +14,25 @@ env_vars: {
1414# TODO: remove this after we've migrated all tests and scripts
1515env_vars: {
1616 key: " GCLOUD_PROJECT"
17- value: " gcloud-devel "
17+ value: " cloud-java-ci-test "
1818}
1919
2020env_vars: {
2121 key: " GOOGLE_CLOUD_PROJECT"
22- value: " gcloud-devel "
22+ value: " cloud-java-ci-test "
2323}
2424
2525env_vars: {
2626 key: " GOOGLE_APPLICATION_CREDENTIALS"
27- value: " secret_manager/java-it-service-account"
27+ value: " secret_manager/cloud- java-ci -it-service-account"
2828}
2929
3030env_vars: {
3131 key: " SECRET_MANAGER_KEYS"
32- value: " java-it-service-account"
33- }
34-
35- env_vars: {
36- key: " INTEGRATION_TEST_ARGS"
37- value: " -Dit.test=!ITBigQueryWrite*RetryTest"
32+ value: " cloud-java-ci-it-service-account, java-bigqueryconnection-samples-secrets"
3833}
3934
4035env_vars: {
4136 key: " BUILD_SUBDIR"
42- value: " java-bigquerystorage "
37+ value: " java-logging "
4338}
Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ env_vars: {
1414# TODO: remove this after we've migrated all tests and scripts
1515env_vars: {
1616 key: " GCLOUD_PROJECT"
17- value: " gcloud-devel "
17+ value: " cloud-java-ci-test "
1818}
1919
2020env_vars: {
2121 key: " GOOGLE_CLOUD_PROJECT"
22- value: " gcloud-devel "
22+ value: " cloud-java-ci-test "
2323}
2424
2525env_vars: {
2626 key: " GOOGLE_APPLICATION_CREDENTIALS"
27- value: " secret_manager/java-it-service-account"
27+ value: " secret_manager/cloud- java-ci -it-service-account"
2828}
2929
3030env_vars: {
3131 key: " SECRET_MANAGER_KEYS"
32- value: " java-it-service-account"
32+ value: " cloud- java-ci- it-service-account, java-bigqueryconnection-samples-secrets "
3333}
3434
3535env_vars: {
3636 key: " BUILD_SUBDIR"
37- value: " java-bigquerystorage "
37+ value: " java-logging "
3838}
You can’t perform that action at this time.
0 commit comments