From 88c3d99eaabe630579528a147a3ba2a29349c82f Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Tue, 16 Oct 2018 09:09:03 -0700 Subject: [PATCH] Revert to using last successful Trampoline image --- .kokoro/common.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5c61eeee0c8..c6f85f2fa42 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -9,7 +9,7 @@ build_file: "python-docs-samples/.kokoro/trampoline.sh" # Use the Python worker docker image. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/python" + value: "gcr.io/cloud-devrel-kokoro-resources/python@sha256:d9de5f9279bccbfd75f52a179362da8fbd0ec2b08825415e793fec1c7b52bc9e" } # Specify project ID @@ -22,4 +22,4 @@ action { define_artifacts { regex: "**/*sponge_log.xml" } -} \ No newline at end of file +}