From b4e6c61af65cf4cfc1f70f1e7aa2f05fbf12198d Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Sun, 11 Apr 2021 21:32:23 -0500 Subject: [PATCH] Update periodic update of istio test ref in istio.io to 1.10. --- prow/cluster/jobs/istio/istio.io/istio.istio.io.master.gen.yaml | 2 +- prow/config/jobs/istio.io.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prow/cluster/jobs/istio/istio.io/istio.istio.io.master.gen.yaml b/prow/cluster/jobs/istio/istio.io/istio.istio.io.master.gen.yaml index 03ce966f5b4..7996bc0ab97 100644 --- a/prow/cluster/jobs/istio/istio.io/istio.istio.io.master.gen.yaml +++ b/prow/cluster/jobs/istio/istio.io/istio.istio.io.master.gen.yaml @@ -80,7 +80,7 @@ periodics: - '--title=Automator: update istio@$AUTOMATOR_SRC_BRANCH test reference' - --labels=release-notes-none - --token-path=/etc/github-token/oauth - - --cmd=go get istio.io/istio && go mod tidy + - --cmd=go get istio.io/istio@release-1.10 && go mod tidy image: gcr.io/istio-testing/build-tools:master-2021-04-06T17-14-07 name: "" resources: diff --git a/prow/config/jobs/istio.io.yaml b/prow/config/jobs/istio.io.yaml index 8060fd3dc65..246ca6848b6 100644 --- a/prow/config/jobs/istio.io.yaml +++ b/prow/config/jobs/istio.io.yaml @@ -71,7 +71,7 @@ jobs: - "--title=Automator: update istio@$AUTOMATOR_SRC_BRANCH test reference" - --labels=release-notes-none - --token-path=/etc/github-token/oauth - - --cmd=go get istio.io/istio && go mod tidy + - --cmd=go get istio.io/istio@release-1.10 && go mod tidy requirements: [github] repos: [istio/test-infra@master]