Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prow to v20190821-d4eea7f3f, and other images as necessary. #13985

Merged
merged 1 commit into from Aug 21, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/jobs/kubernetes-csi/csi-proxy/csi-proxy-config.yaml
Expand Up @@ -18,7 +18,7 @@ presubmits:
spec:
containers:
# We need this image because it has Docker in Docker and go.
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190813-5765933-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190819-0b0980f-master
command:
- runner.sh
args:
Expand Down
14 changes: 7 additions & 7 deletions config/jobs/kubernetes/test-infra/fejta-bot-periodics.yaml
Expand Up @@ -9,7 +9,7 @@ periodics:
testgrid-tab-name: api-review-help
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -55,7 +55,7 @@ periodics:
testgrid-tab-name: cla
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -95,7 +95,7 @@ periodics:
testgrid-tab-name: close
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -132,7 +132,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -182,7 +182,7 @@ periodics:
testgrid-tab-name: rotten
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -226,7 +226,7 @@ periodics:
testgrid-tab-name: stale
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -298,7 +298,7 @@ periodics:
testgrid-tab-name: enhancements-unfreeze
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190821-d4eea7f3f
command:
- /app/robots/commenter/app.binary
args:
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-periodics.yaml
Expand Up @@ -70,7 +70,7 @@ periodics:
interval: 24h
spec:
containers:
- image: gcr.io/k8s-testimages/bigquery:v20190816-95e572a
- image: gcr.io/k8s-testimages/bigquery:v20190821-67acd53
args:
- --scenario=execute
- --
Expand Down Expand Up @@ -102,7 +102,7 @@ periodics:
interval: 1h
spec:
containers:
- image: gcr.io/k8s-testimages/bigquery:v20180330-f723e8d3f
- image: gcr.io/k8s-testimages/bigquery:v20190821-67acd53
args:
- --scenario=execute
- --
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Expand Up @@ -874,7 +874,7 @@ periodics:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20190819-d37a254a4
image: gcr.io/k8s-prow/branchprotector:v20190821-d4eea7f3f
command:
- /app/prow/cmd/branchprotector/app.binary
args:
Expand Down Expand Up @@ -904,7 +904,7 @@ periodics:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190821-d4eea7f3f
command:
- /app/label_sync/app.binary
args:
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_cron_job.yaml
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190821-d4eea7f3f
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_job.yaml
Expand Up @@ -26,7 +26,7 @@ spec:
restartPolicy: Never # https://github.com/kubernetes/kubernetes/issues/54870
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190821-d4eea7f3f
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/build_deployment.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccountName: prow-build # build_rbac.yaml
containers:
- name: build
image: gcr.io/k8s-prow/build:v20190819-d37a254a4
image: gcr.io/k8s-prow/build:v20190821-d4eea7f3f
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/crier_deployment.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20190819-d37a254a4
image: gcr.io/k8s-prow/crier:v20190821-d4eea7f3f
args:
- --github-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_deployment.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20190819-d37a254a4
image: gcr.io/k8s-prow/deck:v20190821-d4eea7f3f
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/ghproxy.yaml
Expand Up @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20190819-d37a254a4
image: gcr.io/k8s-prow/ghproxy:v20190821-d4eea7f3f
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/grandmatriarch.yaml
Expand Up @@ -53,7 +53,7 @@ spec:
serviceAccountName: grandmatriarch
containers:
- name: bakery
image: gcr.io/k8s-prow/grandmatriarch:v20190819-d37a254a4
image: gcr.io/k8s-prow/grandmatriarch:v20190821-d4eea7f3f
args:
- /etc/robot/service-account.json
- http-cookiefile
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/hook_deployment.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20190819-d37a254a4
image: gcr.io/k8s-prow/hook:v20190821-d4eea7f3f
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/horologium_deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20190819-d37a254a4
image: gcr.io/k8s-prow/horologium:v20190821-d4eea7f3f
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/needs-rebase_deployment.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20190819-d37a254a4
image: gcr.io/k8s-prow/needs-rebase:v20190821-d4eea7f3f
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/pipeline_deployment.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccountName: prow-pipeline
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20190819-d37a254a4
image: gcr.io/k8s-prow/pipeline:v20190821-d4eea7f3f
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/plank_deployment.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "plank" # Uncomment for use with RBAC
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20190819-d37a254a4
image: gcr.io/k8s-prow/plank:v20190821-d4eea7f3f
args:
- --build-cluster=/etc/cluster/cluster
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/sinker_deployment.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/k8s-prow/sinker:v20190819-d37a254a4
image: gcr.io/k8s-prow/sinker:v20190821-d4eea7f3f
volumeMounts:
- mountPath: /etc/cluster
name: cluster
Expand Down
14 changes: 7 additions & 7 deletions prow/cluster/starter.yaml
Expand Up @@ -142,7 +142,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20190819-d37a254a4
image: gcr.io/k8s-prow/hook:v20190821-d4eea7f3f
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down Expand Up @@ -221,7 +221,7 @@ spec:
serviceAccountName: "plank"
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20190819-d37a254a4
image: gcr.io/k8s-prow/plank:v20190821-d4eea7f3f
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20190819-d37a254a4
image: gcr.io/k8s-prow/sinker:v20190821-d4eea7f3f
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -298,7 +298,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20190819-d37a254a4
image: gcr.io/k8s-prow/deck:v20190821-d4eea7f3f
args:
- --config-path=/etc/config/config.yaml
- --tide-url=http://tide/
Expand Down Expand Up @@ -364,7 +364,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20190819-d37a254a4
image: gcr.io/k8s-prow/horologium:v20190821-d4eea7f3f
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20190819-d37a254a4
image: gcr.io/k8s-prow/tide:v20190821-d4eea7f3f
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -475,7 +475,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20190819-d37a254a4
image: gcr.io/k8s-prow/status-reconciler:v20190821-d4eea7f3f
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/statusreconciler_deployment.yaml
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20190819-d37a254a4
image: gcr.io/k8s-prow/status-reconciler:v20190821-d4eea7f3f
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tide_deployment.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "tide" # Uncomment for use with RBAC
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20190819-d37a254a4
image: gcr.io/k8s-prow/tide:v20190821-d4eea7f3f
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tot_deployment.yaml
Expand Up @@ -65,7 +65,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: tot
image: gcr.io/k8s-prow/tot:v20190819-d37a254a4
image: gcr.io/k8s-prow/tot:v20190821-d4eea7f3f
imagePullPolicy: Always
args:
- -storage=/store/tot.json
Expand Down
2 changes: 1 addition & 1 deletion prow/cmd/branchprotector/cronjob.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20190819-d37a254a4
image: gcr.io/k8s-prow/branchprotector:v20190821-d4eea7f3f
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
8 changes: 4 additions & 4 deletions prow/config.yaml
Expand Up @@ -7,10 +7,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190819-d37a254a4"
initupload: "gcr.io/k8s-prow/initupload:v20190819-d37a254a4"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190819-d37a254a4"
sidecar: "gcr.io/k8s-prow/sidecar:v20190819-d37a254a4"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190821-d4eea7f3f"
initupload: "gcr.io/k8s-prow/initupload:v20190821-d4eea7f3f"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190821-d4eea7f3f"
sidecar: "gcr.io/k8s-prow/sidecar:v20190821-d4eea7f3f"
gcs_configuration:
bucket: "kubernetes-jenkins"
path_strategy: "legacy"
Expand Down
2 changes: 1 addition & 1 deletion testgrid/cluster/entomologist_deployment.yaml
Expand Up @@ -78,7 +78,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20190819-d37a254a4
image: gcr.io/k8s-prow/ghproxy:v20190821-d4eea7f3f
args:
- --cache-dir=/cache
- --cache-sizeGB=9
Expand Down