Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prow/cluster/jobs/istio/proxy/istio.proxy.master.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

bazel_postsubmit_spec: &bazel_postsubmit_spec
containers:
- image: gcr.io/istio-testing/prowbazel:0.5.1
- image: gcr.io/istio-testing/prowbazel:0.5.2
args:
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--clean"
Expand All @@ -21,7 +21,7 @@ bazel_postsubmit_spec: &bazel_postsubmit_spec

bazel_spec: &bazel_spec
containers:
- image: gcr.io/istio-testing/prowbazel:0.5.1
- image: gcr.io/istio-testing/prowbazel:0.5.2
args:
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--clean"
Expand Down
4 changes: 2 additions & 2 deletions prow/cluster/jobs/istio/proxy/istio.proxy.wasm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

bazel_postsubmit_spec: &bazel_postsubmit_spec
containers:
- image: gcr.io/istio-testing/prowbazel:0.5.1
- image: gcr.io/istio-testing/prowbazel:0.5.2
args:
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--clean"
Expand All @@ -21,7 +21,7 @@ bazel_postsubmit_spec: &bazel_postsubmit_spec

bazel_spec: &bazel_spec
containers:
- image: gcr.io/istio-testing/prowbazel:0.5.1
- image: gcr.io/istio-testing/prowbazel:0.5.2
args:
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--clean"
Expand Down