Skip to content

Commit 488c0aa

Browse files
author
Takashi Matsuo
committed
add BUILD_SPECIFIC_GCLOUD_PROJECT
1 parent c2861c6 commit 488c0aa

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.kokoro/python2.7/common.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ env_vars: {
4343
key: "RUN_TESTS_SESSION"
4444
value: "py-2.7"
4545
}
46+
47+
# Declare build specific Cloud project. It still uses the common one,
48+
# but we'll update the value once we have more Cloud projects.
49+
env_vars: {
50+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
51+
value: "python-docs-samples-tests"
52+
}

.kokoro/python3.6/common.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ env_vars: {
4343
key: "RUN_TESTS_SESSION"
4444
value: "py-3.6"
4545
}
46+
47+
# Declare build specific Cloud project. It still uses the common one,
48+
# but we'll update the value once we have more Cloud projects.
49+
env_vars: {
50+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
51+
value: "python-docs-samples-tests"
52+
}

.kokoro/python3.7/common.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ env_vars: {
4343
key: "RUN_TESTS_SESSION"
4444
value: "py-3.7"
4545
}
46+
47+
# Declare build specific Cloud project.
48+
# Temporary setting my own project for testing the behavior on the PR.
49+
env_vars: {
50+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
51+
value: "tmatsuo-test"
52+
}

.kokoro/python3.8/common.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ env_vars: {
4343
key: "RUN_TESTS_SESSION"
4444
value: "py-3.8"
4545
}
46+
47+
# Declare build specific Cloud project. It still uses the common one,
48+
# but we'll update the value once we have more Cloud projects.
49+
env_vars: {
50+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
51+
value: "python-docs-samples-tests"
52+
}

0 commit comments

Comments
 (0)