Skip to content

Commit

Permalink
add BUILD_SPECIFIC_GCLOUD_PROJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 8, 2020
1 parent 7203605 commit 3ac6a74
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kokoro/python2.7/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ env_vars: {
key: "RUN_TESTS_SESSION"
value: "py-2.7"
}

# Declare build specific Cloud project. It still uses the common one,
# but we'll update the value once we have more Cloud projects.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
}
7 changes: 7 additions & 0 deletions .kokoro/python3.6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ env_vars: {
key: "RUN_TESTS_SESSION"
value: "py-3.6"
}

# Declare build specific Cloud project. It still uses the common one,
# but we'll update the value once we have more Cloud projects.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
}
7 changes: 7 additions & 0 deletions .kokoro/python3.7/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ env_vars: {
key: "RUN_TESTS_SESSION"
value: "py-3.7"
}

# Declare build specific Cloud project.
# Temporary setting my own project for testing the behavior on the PR.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "tmatsuo-test"
}
7 changes: 7 additions & 0 deletions .kokoro/python3.8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ env_vars: {
key: "RUN_TESTS_SESSION"
value: "py-3.8"
}

# Declare build specific Cloud project. It still uses the common one,
# but we'll update the value once we have more Cloud projects.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
}

0 comments on commit 3ac6a74

Please sign in to comment.