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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions prow/cluster/jobs/istio/proxy/istio.proxy.master.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions prow/config/jobs/proxy-1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ jobs:
timeout: 4h0m0s
types: [postsubmit]
- command:
- entrypoint
- ./prow/proxy-postsubmit-centos.sh
image: gcr.io/istio-testing/build-tools-centos:release-1.8-2021-02-05T16-03-58
name: release-centos
requirements:
- gcp
- docker
timeout: 4h0m0s
types: [postsubmit]
- command:
Expand Down
4 changes: 3 additions & 1 deletion prow/config/jobs/proxy-1.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
types:
- postsubmit
- command:
- entrypoint
- ./prow/proxy-postsubmit-centos.sh
image: gcr.io/istio-testing/build-tools-centos:master-2021-03-15T07-16-03
image: gcr.io/istio-testing/build-tools-centos:release-1.9-2021-03-15T05-33-53
name: release-centos
requirements:
- gcp
- docker
timeout: 4h0m0s
types:
- postsubmit
Expand Down
4 changes: 2 additions & 2 deletions prow/config/jobs/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: release-centos
types: [postsubmit]
command: [./prow/proxy-postsubmit-centos.sh]
requirements: [gcp]
command: [entrypoint, ./prow/proxy-postsubmit-centos.sh]
requirements: [gcp, docker]
image: gcr.io/istio-testing/build-tools-centos:master-2021-03-15T07-16-03
timeout: 4h

Expand Down