10000 chore: add BUILD_SPECIFIC_GCLOUD_PROJECT env var · googleapis/python-monitoring@7eb9d60 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 7eb9d60

Browse files
chore: add BUILD_SPECIFIC_GCLOUD_PROJECT env var
1 parent 6e47c2b commit 7eb9d60

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.kokoro/samples/python3.6/common.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ env_vars: {
2424
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2525
}
2626

27+
# Declare build specific Cloud project.
28+
env_vars: {
29+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
30+
value: "python-docs-samples-tests-py36"
31+
}
32+
2733
# Download secrets for samples
2834
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
2935

.kokoro/samples/python3.7/common.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ env_vars: {
2424
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2525
}
2626

27+
# Declare build specific Cloud project.
28+
env_vars: {
29+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
30+
value: "python-docs-samples-tests-py37"
31+
}
32+
2733
# Download secrets for samples
2834
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
2935

.kokoro/samples/python3.8/common.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ env_vars: {
2424
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2525
}
2626

27+
# Declare build specific Cloud project.
28+
env_vars: {
29+
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
30+
value: "python-docs-samples-tests-py38"
31+
}
32+
2733
# Download secrets for samples
2834
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
2935

0 commit comments

Comments
 (0)
0