Skip to content

Commit 1dc95c7

Browse files
rahul2393gcf-owl-bot[bot]
authored andcommitted
ci: replace projectID for integration tests (googleapis#2962)
* ci: replace projectID for integration tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update project id --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e20fed6 commit 1dc95c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.kokoro/nightly/integration-directpath-enabled.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ env_vars: {
1313
# TODO: remove this after we've migrated all tests and scripts
1414
env_vars: {
1515
key: "GCLOUD_PROJECT"
16-
value: "java-docs-samples-testing"
16+
value: "cloud-java-ci-sample"
1717
}
1818

1919
env_vars: {
2020
key: "GOOGLE_CLOUD_PROJECT"
21-
value: "java-docs-samples-testing"
21+
value: "cloud-java-ci-sample"
2222
}
2323

2424
env_vars: {

.kokoro/nightly/integration.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ env_vars: {
1313
# TODO: remove this after we've migrated all tests and scripts
1414
env_vars: {
1515
key: "GCLOUD_PROJECT"
16-
value: "java-docs-samples-testing"
16+
value: "cloud-java-ci-sample"
1717
}
1818

1919
env_vars: {
2020
key: "GOOGLE_CLOUD_PROJECT"
21-
value: "java-docs-samples-testing"
21+
value: "cloud-java-ci-sample"
2222
}
2323

2424
env_vars: {

0 commit comments

Comments
 (0)