Skip to content

Commit

Permalink
Bump prow from v20200825-967ee0e48b to v20200831-223e625607 (istio#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Aug 31, 2020
1 parent 0342375 commit b104a8c
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ presubmits:
run_if_changed: '^(\.prow|prow/(config|plugins|cluster/jobs/.*))\.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20200825-967ee0e48b
- image: gcr.io/k8s-prow/checkconfig:v20200831-223e625607
command:
- /checkconfig
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/cherrypicker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: gcr.io/k8s-prow/cherrypicker:v20200825-967ee0e48b
image: gcr.io/k8s-prow/cherrypicker:v20200831-223e625607
args:
- --dry-run=false
- --use-prow-assignments=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20200825-967ee0e48b
image: gcr.io/k8s-prow/crier:v20200831-223e625607
args:
- --blob-storage-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20200825-967ee0e48b
image: gcr.io/k8s-prow/deck:v20200831-223e625607
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_private_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck-private
image: gcr.io/k8s-prow/deck:v20200825-967ee0e48b
image: gcr.io/k8s-prow/deck:v20200831-223e625607
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20200825-967ee0e48b
image: gcr.io/k8s-prow/ghproxy:v20200831-223e625607
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/hook_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20200825-967ee0e48b
image: gcr.io/k8s-prow/hook:v20200831-223e625607
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/horologium_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20200825-967ee0e48b
image: gcr.io/k8s-prow/horologium:v20200831-223e625607
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ periodics:
testgrid-create-test-group: "false"
spec:
containers:
- image: gcr.io/k8s-prow/branchprotector:v20200825-967ee0e48b
- image: gcr.io/k8s-prow/branchprotector:v20200831-223e625607
command:
- /app/prow/cmd/branchprotector/app.binary
args:
Expand Down Expand Up @@ -76,7 +76,7 @@ periodics:
testgrid-create-test-group: "false"
spec:
containers:
- image: gcr.io/k8s-prow/autobump:v20200825-967ee0e48b
- image: gcr.io/k8s-prow/autobump:v20200831-223e625607
command:
- /autobump.sh
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/needs-rebase_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20200825-967ee0e48b
image: gcr.io/k8s-prow/needs-rebase:v20200831-223e625607
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/plank_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20200825-967ee0e48b
image: gcr.io/k8s-prow/plank:v20200831-223e625607
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20200825-967ee0e48b
image: gcr.io/k8s-prow/sinker:v20200831-223e625607
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/statusreconciler_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20200825-967ee0e48b
image: gcr.io/k8s-prow/status-reconciler:v20200831-223e625607
imagePullPolicy: Always
args:
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20200825-967ee0e48b
image: gcr.io/k8s-prow/tide:v20200831-223e625607
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tot_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: tot
image: gcr.io/k8s-prow/tot:v20200825-967ee0e48b
image: gcr.io/k8s-prow/tot:v20200831-223e625607
args:
- -storage=/store/tot.json
- -fallback
Expand Down
16 changes: 8 additions & 8 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20200825-967ee0e48b"
initupload: "gcr.io/k8s-prow/initupload:v20200825-967ee0e48b"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20200825-967ee0e48b"
sidecar: "gcr.io/k8s-prow/sidecar:v20200825-967ee0e48b"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20200831-223e625607"
initupload: "gcr.io/k8s-prow/initupload:v20200831-223e625607"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20200831-223e625607"
sidecar: "gcr.io/k8s-prow/sidecar:v20200831-223e625607"
gcs_configuration:
bucket: "istio-prow"
path_strategy: "explicit"
Expand All @@ -23,10 +23,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20200825-967ee0e48b"
initupload: "gcr.io/k8s-prow/initupload:v20200825-967ee0e48b"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20200825-967ee0e48b"
sidecar: "gcr.io/k8s-prow/sidecar:v20200825-967ee0e48b"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20200831-223e625607"
initupload: "gcr.io/k8s-prow/initupload:v20200831-223e625607"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20200831-223e625607"
sidecar: "gcr.io/k8s-prow/sidecar:v20200831-223e625607"
gcs_configuration:
bucket: "istio-private-build"
path_strategy: "explicit"
Expand Down

0 comments on commit b104a8c

Please sign in to comment.