From 3a5bd1dacb8543a8599702f2acc887489ddd12e0 Mon Sep 17 00:00:00 2001 From: Knative Prow Updater Robot Date: Mon, 23 Oct 2023 16:21:54 +0100 Subject: [PATCH] Bumping Prow and Boskos (#239) Multiple distinct gcr.io/k8s-prow/ changes: Commits | Dates | Images --- | --- | --- https://github.com/kubernetes/test-infra/compare/33fbc60185...811baf28f3 | 2023‑10‑11 → 2023‑10‑19 | branchprotector, checkconfig, cherrypicker, clonerefs, config-bootstrapper, configurator, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, label_sync, mkpj, needs-rebase, peribolos, prow-controller-manager, sidecar, sinker, status-reconciler, tide No gcr.io/k8s-staging-boskos/ changes. --- prow/cluster/control-plane/400-crier.yaml | 2 +- prow/cluster/control-plane/400-deck.yaml | 2 +- prow/cluster/control-plane/400-ghproxy.yaml | 2 +- prow/cluster/control-plane/400-hook.yaml | 2 +- prow/cluster/control-plane/400-horologium.yaml | 2 +- .../400-prow-controller-manager.yaml | 2 +- prow/cluster/control-plane/400-sinker.yaml | 2 +- prow/cluster/control-plane/400-tide.yaml | 2 +- prow/cluster/control-plane/500-cherrypicker.yaml | 2 +- prow/cluster/control-plane/500-needs-rebase.yaml | 2 +- .../control-plane/500-status-reconciler.yaml | 2 +- prow/cluster/trusted/ghproxy.yaml | 2 +- prow/config.yaml | 16 ++++++++-------- .../custom/autobump-flaky-test-reporter.yaml | 2 +- prow/jobs/custom/autobump-prow-tests.yaml | 2 +- prow/jobs/custom/autobump-prow.yaml | 2 +- prow/jobs/custom/autodeploy-prow.yaml | 2 +- prow/jobs/custom/branchprotector.yaml | 2 +- prow/jobs/custom/infra.yaml | 8 ++++---- prow/jobs/custom/label-sync.yaml | 6 +++--- prow/jobs/custom/peribolos.yaml | 12 ++++++------ prow/jobs/run_job.sh | 4 ++-- 22 files changed, 40 insertions(+), 40 deletions(-) diff --git a/prow/cluster/control-plane/400-crier.yaml b/prow/cluster/control-plane/400-crier.yaml index e5a32cb36..95b3fef6f 100644 --- a/prow/cluster/control-plane/400-crier.yaml +++ b/prow/cluster/control-plane/400-crier.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20231011-33fbc60185 + image: gcr.io/k8s-prow/crier:v20231019-811baf28f3 args: - --pubsub-workers=5 # Arbitrary number of multiplier - --blob-storage-workers=1 diff --git a/prow/cluster/control-plane/400-deck.yaml b/prow/cluster/control-plane/400-deck.yaml index dc434f1f9..502f0f2f1 100644 --- a/prow/cluster/control-plane/400-deck.yaml +++ b/prow/cluster/control-plane/400-deck.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20231011-33fbc60185 + image: gcr.io/k8s-prow/deck:v20231019-811baf28f3 args: - --hook-url=http://hook:8888/plugin-help - --tide-url=http://tide/ diff --git a/prow/cluster/control-plane/400-ghproxy.yaml b/prow/cluster/control-plane/400-ghproxy.yaml index faea2fdec..3a7018fed 100644 --- a/prow/cluster/control-plane/400-ghproxy.yaml +++ b/prow/cluster/control-plane/400-ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20231011-33fbc60185 + image: gcr.io/k8s-prow/ghproxy:v20231019-811baf28f3 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/control-plane/400-hook.yaml b/prow/cluster/control-plane/400-hook.yaml index 9dc1c0737..0522a2db2 100644 --- a/prow/cluster/control-plane/400-hook.yaml +++ b/prow/cluster/control-plane/400-hook.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20231011-33fbc60185 + image: gcr.io/k8s-prow/hook:v20231019-811baf28f3 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/control-plane/400-horologium.yaml b/prow/cluster/control-plane/400-horologium.yaml index 367c2aa75..39321c51d 100644 --- a/prow/cluster/control-plane/400-horologium.yaml +++ b/prow/cluster/control-plane/400-horologium.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20231011-33fbc60185 + image: gcr.io/k8s-prow/horologium:v20231019-811baf28f3 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/400-prow-controller-manager.yaml b/prow/cluster/control-plane/400-prow-controller-manager.yaml index a3e1ae668..376d79bf5 100644 --- a/prow/cluster/control-plane/400-prow-controller-manager.yaml +++ b/prow/cluster/control-plane/400-prow-controller-manager.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20231011-33fbc60185 + image: gcr.io/k8s-prow/prow-controller-manager:v20231019-811baf28f3 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/control-plane/400-sinker.yaml b/prow/cluster/control-plane/400-sinker.yaml index 8aed9628d..a9f7b65db 100644 --- a/prow/cluster/control-plane/400-sinker.yaml +++ b/prow/cluster/control-plane/400-sinker.yaml @@ -32,7 +32,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20231011-33fbc60185 + image: gcr.io/k8s-prow/sinker:v20231019-811baf28f3 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/400-tide.yaml b/prow/cluster/control-plane/400-tide.yaml index 992ae3f66..e2c079eac 100644 --- a/prow/cluster/control-plane/400-tide.yaml +++ b/prow/cluster/control-plane/400-tide.yaml @@ -51,7 +51,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20231011-33fbc60185 + image: gcr.io/k8s-prow/tide:v20231019-811baf28f3 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/500-cherrypicker.yaml b/prow/cluster/control-plane/500-cherrypicker.yaml index 44eb8bbed..c79636695 100644 --- a/prow/cluster/control-plane/500-cherrypicker.yaml +++ b/prow/cluster/control-plane/500-cherrypicker.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20231011-33fbc60185 + image: gcr.io/k8s-prow/cherrypicker:v20231019-811baf28f3 args: - --dry-run=false - --use-prow-assignments=false diff --git a/prow/cluster/control-plane/500-needs-rebase.yaml b/prow/cluster/control-plane/500-needs-rebase.yaml index 0e786918c..4f7bada3f 100644 --- a/prow/cluster/control-plane/500-needs-rebase.yaml +++ b/prow/cluster/control-plane/500-needs-rebase.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20231011-33fbc60185 + image: gcr.io/k8s-prow/needs-rebase:v20231019-811baf28f3 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/control-plane/500-status-reconciler.yaml b/prow/cluster/control-plane/500-status-reconciler.yaml index d52575259..423ad6a6b 100644 --- a/prow/cluster/control-plane/500-status-reconciler.yaml +++ b/prow/cluster/control-plane/500-status-reconciler.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20231011-33fbc60185 + image: gcr.io/k8s-prow/status-reconciler:v20231019-811baf28f3 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/trusted/ghproxy.yaml b/prow/cluster/trusted/ghproxy.yaml index faea2fdec..3a7018fed 100644 --- a/prow/cluster/trusted/ghproxy.yaml +++ b/prow/cluster/trusted/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20231011-33fbc60185 + image: gcr.io/k8s-prow/ghproxy:v20231019-811baf28f3 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/config.yaml b/prow/config.yaml index f1f800b50..9669d452c 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -25,10 +25,10 @@ plank: grace_period: 15s utility_images: # Update these versions when updating plank version in cluster.yaml - clonerefs: "gcr.io/k8s-prow/clonerefs:v20231011-33fbc60185" - initupload: "gcr.io/k8s-prow/initupload:v20231011-33fbc60185" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20231011-33fbc60185" - sidecar: "gcr.io/k8s-prow/sidecar:v20231011-33fbc60185" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20231019-811baf28f3" + initupload: "gcr.io/k8s-prow/initupload:v20231019-811baf28f3" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20231019-811baf28f3" + sidecar: "gcr.io/k8s-prow/sidecar:v20231019-811baf28f3" gcs_configuration: bucket: "knative-prow" path_strategy: "explicit" @@ -44,10 +44,10 @@ plank: grace_period: 15s utility_images: # Update these versions when updating plank version in cluster.yaml - clonerefs: "gcr.io/k8s-prow/clonerefs:v20231011-33fbc60185" - initupload: "gcr.io/k8s-prow/initupload:v20231011-33fbc60185" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20231011-33fbc60185" - sidecar: "gcr.io/k8s-prow/sidecar:v20231011-33fbc60185" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20231019-811baf28f3" + initupload: "gcr.io/k8s-prow/initupload:v20231019-811baf28f3" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20231019-811baf28f3" + sidecar: "gcr.io/k8s-prow/sidecar:v20231019-811baf28f3" gcs_configuration: bucket: "knative-prow" path_strategy: "explicit" diff --git a/prow/jobs/custom/autobump-flaky-test-reporter.yaml b/prow/jobs/custom/autobump-flaky-test-reporter.yaml index 709ea7396..889bf3cd8 100644 --- a/prow/jobs/custom/autobump-flaky-test-reporter.yaml +++ b/prow/jobs/custom/autobump-flaky-test-reporter.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-flaky-test-reporter periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/generic-autobumper:v20231019-811baf28f3 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autobump-prow-tests.yaml b/prow/jobs/custom/autobump-prow-tests.yaml index ffac02321..24981ccd6 100644 --- a/prow/jobs/custom/autobump-prow-tests.yaml +++ b/prow/jobs/custom/autobump-prow-tests.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-prow-tests periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/generic-autobumper:v20231019-811baf28f3 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autobump-prow.yaml b/prow/jobs/custom/autobump-prow.yaml index ff1657be0..dccb6f696 100644 --- a/prow/jobs/custom/autobump-prow.yaml +++ b/prow/jobs/custom/autobump-prow.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-prow periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/generic-autobumper:v20231019-811baf28f3 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autodeploy-prow.yaml b/prow/jobs/custom/autodeploy-prow.yaml index b92af8815..394845e5b 100644 --- a/prow/jobs/custom/autodeploy-prow.yaml +++ b/prow/jobs/custom/autodeploy-prow.yaml @@ -38,7 +38,7 @@ periodics: report_template: '"The config-bootstrapper periodic has failed, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/config-bootstrapper:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/config-bootstrapper:v20231019-811baf28f3 imagePullPolicy: Always command: - config-bootstrapper diff --git a/prow/jobs/custom/branchprotector.yaml b/prow/jobs/custom/branchprotector.yaml index 376a3b3e2..22b8b02f4 100644 --- a/prow/jobs/custom/branchprotector.yaml +++ b/prow/jobs/custom/branchprotector.yaml @@ -41,7 +41,7 @@ periodics: spec: containers: - name: branchprotector - image: gcr.io/k8s-prow/branchprotector:v20231011-33fbc60185 + image: gcr.io/k8s-prow/branchprotector:v20231019-811baf28f3 command: - branchprotector args: diff --git a/prow/jobs/custom/infra.yaml b/prow/jobs/custom/infra.yaml index 6a0e73e0f..a7282559c 100644 --- a/prow/jobs/custom/infra.yaml +++ b/prow/jobs/custom/infra.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Add a fake hook image here so that autobump.sh can bump only job configs -# image: gcr.io/k8s-prow/hook:v20231011-33fbc60185 +# image: gcr.io/k8s-prow/hook:v20231019-811baf28f3 # See # https://github.com/kubernetes/test-infra/blob/5815354584709c3f436e3d682110c673d224d7b1/prow/cmd/autobump/autobump.sh#L164 @@ -25,7 +25,7 @@ presubmits: cluster: prow-build spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/checkconfig:v20231019-811baf28f3 command: - checkconfig args: @@ -48,7 +48,7 @@ presubmits: cluster: "prow-build" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/configurator:v20231019-811baf28f3 command: - configurator args: @@ -359,7 +359,7 @@ postsubmits: spec: serviceAccountName: testgrid-updater containers: - - image: gcr.io/k8s-prow/configurator:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/configurator:v20231019-811baf28f3 command: - configurator args: diff --git a/prow/jobs/custom/label-sync.yaml b/prow/jobs/custom/label-sync.yaml index 8dadbb32f..d6ed9d49d 100644 --- a/prow/jobs/custom/label-sync.yaml +++ b/prow/jobs/custom/label-sync.yaml @@ -28,7 +28,7 @@ presubmits: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 + image: gcr.io/k8s-prow/label_sync:v20231019-811baf28f3 command: - label_sync args: @@ -68,7 +68,7 @@ periodics: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 + image: gcr.io/k8s-prow/label_sync:v20231019-811baf28f3 command: - label_sync args: @@ -118,7 +118,7 @@ postsubmits: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 + image: gcr.io/k8s-prow/label_sync:v20231019-811baf28f3 command: - label_sync args: diff --git a/prow/jobs/custom/peribolos.yaml b/prow/jobs/custom/peribolos.yaml index 8fec3e34d..949fa91f8 100644 --- a/prow/jobs/custom/peribolos.yaml +++ b/prow/jobs/custom/peribolos.yaml @@ -28,7 +28,7 @@ presubmits: - "main" spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: @@ -67,7 +67,7 @@ presubmits: - "main" spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: @@ -118,7 +118,7 @@ postsubmits: testgrid-tab-name: post-knative-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: @@ -172,7 +172,7 @@ postsubmits: testgrid-tab-name: post-knative-extensions-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: @@ -223,7 +223,7 @@ periodics: testgrid-tab-name: ci-knative-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: @@ -271,7 +271,7 @@ periodics: testgrid-tab-name: ci-knative-extensions-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 + - image: gcr.io/k8s-prow/peribolos:v20231019-811baf28f3 command: - "peribolos" args: diff --git a/prow/jobs/run_job.sh b/prow/jobs/run_job.sh index 649a681e7..25335022b 100755 --- a/prow/jobs/run_job.sh +++ b/prow/jobs/run_job.sh @@ -39,7 +39,7 @@ if [[ -n "${GITHUB_TOKEN_PATH}" ]]; then -v "${PWD}:${PWD}" -v "${CONFIG_YAML}:${CONFIG_YAML}" -v "${JOB_CONFIG_YAML}:${JOB_CONFIG_YAML}" \ -v "${GITHUB_TOKEN_PATH}:${GITHUB_TOKEN_PATH}" \ -w "${PWD}" \ - gcr.io/k8s-prow/mkpj:v20231011-33fbc60185 \ + gcr.io/k8s-prow/mkpj:v20231019-811baf28f3 \ "--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \ "--github-token-path=${GITHUB_TOKEN_PATH}" \ >"${JOB_YAML}" @@ -48,7 +48,7 @@ else docker run -i --rm \ -v "${PWD}:${PWD}" -v "${CONFIG_YAML}:${CONFIG_YAML}" -v "${JOB_CONFIG_YAML}:${JOB_CONFIG_YAML}" \ -w "${PWD}" \ - gcr.io/k8s-prow/mkpj:v20231011-33fbc60185 \ + gcr.io/k8s-prow/mkpj:v20231019-811baf28f3 \ "--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \ >"${JOB_YAML}" || failed=1