Skip to content

Commit 4b5d28b

Browse files
authored
Update docker image used for tests (#3834)
Updating kokoro build configs to use the image from PR #3776 Towards #3442
1 parent 64f6245 commit 4b5d28b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.kokoro/python2.7/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ timeout_mins: 300
1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
2121
key: "TRAMPOLINE_IMAGE"
22-
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2323
}
2424

2525
# Download trampoline resources.

.kokoro/python3.6/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ timeout_mins: 300
1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
2121
key: "TRAMPOLINE_IMAGE"
22-
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2323
}
2424

2525
# Download trampoline resources.

.kokoro/python3.7/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ timeout_mins: 300
1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
2121
key: "TRAMPOLINE_IMAGE"
22-
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2323
}
2424

2525
# Download trampoline resources.

.kokoro/python3.8/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ timeout_mins: 300
1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
2121
key: "TRAMPOLINE_IMAGE"
22-
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
2323
}
2424

2525
# Download trampoline resources.

0 commit comments

Comments
 (0)