File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
synthtool/gcp/templates/python_library/.kokoro/samples Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ env_vars: {
13
13
value: " py-3.6"
14
14
}
15
15
16
+ # Declare build specific Cloud project.
17
+ env_vars: {
18
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
19
+ value: " python-docs-samples-tests-py36"
20
+ }
21
+
16
22
env_vars: {
17
23
key: " TRAMPOLINE_BUILD_FILE"
18
24
value: " github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/test-samples.sh"
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ env_vars: {
13
13
value: " py-3.7"
14
14
}
15
15
16
+ # Declare build specific Cloud project.
17
+ env_vars: {
18
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
19
+ value: " python-docs-samples-tests-py37"
20
+ }
21
+
16
22
env_vars: {
17
23
key: " TRAMPOLINE_BUILD_FILE"
18
24
value: " github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/test-samples.sh"
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ env_vars: {
13
13
value: " py-3.8"
14
14
}
15
15
16
+ # Declare build specific Cloud project.
17
+ env_vars: {
18
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
19
+ value: " python-docs-samples-tests-py38"
20
+ }
21
+
16
22
env_vars: {
17
23
key: " TRAMPOLINE_BUILD_FILE"
18
24
value: " github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/test-samples.sh"
You can’t perform that action at this time.
0 commit comments