From 6cae2a89e36be9347455980ed972a7d69cf17b42 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 11:28:10 +0000 Subject: [PATCH] chore: fix kokoro config for samples (#214) Source-Link: https://github.com/googleapis/synthtool/commit/dd05f9d12f134871c9e45282349c9856fbebecdd Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b --- packages/google-cloud-translate/.github/.OwlBot.lock.yaml | 3 ++- .../.kokoro/samples/python3.6/periodic-head.cfg | 2 +- .../.kokoro/samples/python3.7/periodic-head.cfg | 2 +- .../.kokoro/samples/python3.8/periodic-head.cfg | 2 +- .../.kokoro/samples/python3.9/periodic-head.cfg | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/google-cloud-translate/.github/.OwlBot.lock.yaml b/packages/google-cloud-translate/.github/.OwlBot.lock.yaml index d57f74204625..0d9d0f52d1ca 100644 --- a/packages/google-cloud-translate/.github/.OwlBot.lock.yaml +++ b/packages/google-cloud-translate/.github/.OwlBot.lock.yaml @@ -1,3 +1,4 @@ docker: image: gcr.io/repo-automation-bots/owlbot-python:latest - digest: sha256:6186535cbdbf6b9fe61f00294929221d060634dae4a0795c1cefdbc995b2d605 + digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b + diff --git a/packages/google-cloud-translate/.kokoro/samples/python3.6/periodic-head.cfg b/packages/google-cloud-translate/.kokoro/samples/python3.6/periodic-head.cfg index f9cfcd33e058..71ae440b4ceb 100644 --- a/packages/google-cloud-translate/.kokoro/samples/python3.6/periodic-head.cfg +++ b/packages/google-cloud-translate/.kokoro/samples/python3.6/periodic-head.cfg @@ -7,5 +7,5 @@ env_vars: { env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/python-pubsub/.kokoro/test-samples-against-head.sh" + value: "github/python-translate/.kokoro/test-samples-against-head.sh" } diff --git a/packages/google-cloud-translate/.kokoro/samples/python3.7/periodic-head.cfg b/packages/google-cloud-translate/.kokoro/samples/python3.7/periodic-head.cfg index f9cfcd33e058..71ae440b4ceb 100644 --- a/packages/google-cloud-translate/.kokoro/samples/python3.7/periodic-head.cfg +++ b/packages/google-cloud-translate/.kokoro/samples/python3.7/periodic-head.cfg @@ -7,5 +7,5 @@ env_vars: { env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/python-pubsub/.kokoro/test-samples-against-head.sh" + value: "github/python-translate/.kokoro/test-samples-against-head.sh" } diff --git a/packages/google-cloud-translate/.kokoro/samples/python3.8/periodic-head.cfg b/packages/google-cloud-translate/.kokoro/samples/python3.8/periodic-head.cfg index f9cfcd33e058..71ae440b4ceb 100644 --- a/packages/google-cloud-translate/.kokoro/samples/python3.8/periodic-head.cfg +++ b/packages/google-cloud-translate/.kokoro/samples/python3.8/periodic-head.cfg @@ -7,5 +7,5 @@ env_vars: { env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/python-pubsub/.kokoro/test-samples-against-head.sh" + value: "github/python-translate/.kokoro/test-samples-against-head.sh" } diff --git a/packages/google-cloud-translate/.kokoro/samples/python3.9/periodic-head.cfg b/packages/google-cloud-translate/.kokoro/samples/python3.9/periodic-head.cfg index f9cfcd33e058..71ae440b4ceb 100644 --- a/packages/google-cloud-translate/.kokoro/samples/python3.9/periodic-head.cfg +++ b/packages/google-cloud-translate/.kokoro/samples/python3.9/periodic-head.cfg @@ -7,5 +7,5 @@ env_vars: { env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/python-pubsub/.kokoro/test-samples-against-head.sh" + value: "github/python-translate/.kokoro/test-samples-against-head.sh" }