Skip to content

Commit 1eb3db9

Browse files
ci: replace projectID for integration tests (#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 e043de8 commit 1eb3db9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)