File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed 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