Skip to content

Commit d08765c

Browse files
committed
bqstorage split tests
1 parent 89c00b2 commit d08765c

File tree

4 files changed

+58
-15
lines changed

4 files changed

+58
-15
lines changed
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-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+
}

.kokoro/presubmit/bigquerystorage-integration.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3540
env_vars: {
3641
key: "BUILD_SUBDIR"
3742
value: "java-bigquerystorage"

.kokoro/presubmit/logging-graalvm-native-presubmit.cfg

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,25 @@ env_vars: {
1414
# TODO: remove this after we've migrated all tests and scripts
1515
env_vars: {
1616
key: "GCLOUD_PROJECT"
17-
value: "gcloud-devel"
17+
value: "cloud-java-ci-test"
1818
}
1919

2020
env_vars: {
2121
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
22+
value: "cloud-java-ci-test"
2323
}
2424

2525
env_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

3030
env_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

4035
env_vars: {
4136
key: "BUILD_SUBDIR"
42-
value: "java-bigquerystorage"
37+
value: "java-logging"
4338
}

.kokoro/presubmit/logging-integration.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ env_vars: {
1414
# TODO: remove this after we've migrated all tests and scripts
1515
env_vars: {
1616
key: "GCLOUD_PROJECT"
17-
value: "gcloud-devel"
17+
value: "cloud-java-ci-test"
1818
}
1919

2020
env_vars: {
2121
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
22+
value: "cloud-java-ci-test"
2323
}
2424

2525
env_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

3030
env_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

3535
env_vars: {
3636
key: "BUILD_SUBDIR"
37-
value: "java-bigquerystorage"
37+
value: "java-logging"
3838
}

0 commit comments

Comments
 (0)