Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(samples): Move to java-docs-samples-testing (#673)
Fixes #651 #648 #647 #646 and many more.
  • Loading branch information
lesv committed Nov 13, 2021
1 parent db9ba2e commit 1bfd919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .kokoro/nightly/samples.cfg
Expand Up @@ -14,12 +14,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "me-qa-1"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "me-qa-1"
value: "java-docs-samples-testing"
}

env_vars: {
Expand Down
6 changes: 3 additions & 3 deletions .kokoro/presubmit/samples.cfg
Expand Up @@ -14,12 +14,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "me-qa-1"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "me-qa-1"
value: "java-docs-samples-testing"
}

env_vars: {
Expand All @@ -30,4 +30,4 @@ env_vars: {
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account,java-cts-v4-samples-secrets"
}
}

0 comments on commit 1bfd919

Please sign in to comment.