File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,10 @@ env_vars: {
43
43
key: " RUN_TESTS_SESSION"
44
44
value: " py-2.7"
45
45
}
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
+ }
Original file line number Diff line number Diff line change @@ -43,3 +43,10 @@ env_vars: {
43
43
key: " RUN_TESTS_SESSION"
44
44
value: " py-3.6"
45
45
}
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
+ }
Original file line number Diff line number Diff line change @@ -43,3 +43,10 @@ env_vars: {
43
43
key: " RUN_TESTS_SESSION"
44
44
value: " py-3.7"
45
45
}
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
+ }
Original file line number Diff line number Diff line change @@ -43,3 +43,10 @@ env_vars: {
43
43
key: " RUN_TESTS_SESSION"
44
44
value: " py-3.8"
45
45
}
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
+ }
You can’t perform that action at this time.
0 commit comments