Skip to content

Commit c96c4bc

Browse files
committed
temporarily run bigquery test on logging config
1 parent d6bf6a7 commit c96c4bc

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

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

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

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

2525
env_vars: {
2626
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/cloud-java-ci-it-service-account"
27+
value: "secret_manager/java-it-service-account"
2828
}
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "cloud-java-ci-it-service-account, java-bigqueryconnection-samples-secrets"
32+
value: "java-it-service-account"
3333
}
3434

35+
env_vars: {
36+
key: "ENABLE_FLAKYBOT"
37+
value: "false"
38+
}
3539
env_vars: {
3640
key: "BUILD_SUBDIR"
37-
value: "java-logging"
41+
value: "java-bigquery"
3842
}

.kokoro/presubmit/logging-integration.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
77
}
88

99
env_vars: {
@@ -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: "cloud-java-ci-test"
17+
value: "gcloud-devel"
1818
}
1919

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

2525
env_vars: {
2626
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/cloud-java-ci-it-service-account"
27+
value: "secret_manager/java-it-service-account"
2828
}
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "cloud-java-ci-it-service-account, java-bigqueryconnection-samples-secrets"
32+
value: "java-it-service-account"
3333
}
3434

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

0 commit comments

Comments
 (0)