This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ env_vars: {
24
24
value: " gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
25
25
}
26
26
27
+ # Declare build specific Cloud project.
28
+ env_vars: {
29
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
30
+ value: " python-docs-samples-tests-py36"
31
+ }
32
+
27
33
# Download secrets for samples
28
34
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
29
35
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ env_vars: {
24
24
value: " gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
25
25
}
26
26
27
+ # Declare build specific Cloud project.
28
+ env_vars: {
29
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
30
+ value: " python-docs-samples-tests-py37"
31
+ }
32
+
27
33
# Download secrets for samples
28
34
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
29
35
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ env_vars: {
24
24
value: " gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
25
25
}
26
26
27
+ # Declare build specific Cloud project.
28
+ env_vars: {
29
+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
30
+ value: " python-docs-samples-tests-py38"
31
+ }
32
+
27
33
# Download secrets for samples
28
34
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
29
35
You can’t perform that action at this time.
0 commit comments