From e7cf26dc4f0d85f4628c7dc2fd394503197f2bf2 Mon Sep 17 00:00:00 2001 From: Google OSS Prow Robot Date: Mon, 4 Mar 2024 19:31:05 +0000 Subject: [PATCH] Bumping oss-prow Multiple distinct gcr.io/k8s-prow/ changes: Commits | Dates | Images --- | --- | --- https://github.com/kubernetes/test-infra/compare/d64ece9e05...a80e95c002 | 2024‑02‑28 → 2024‑03‑04 | checkconfig, clonerefs, configurator, crier, deck, entrypoint, gencred, generic-autobumper, gerrit, ghproxy, grandmatriarch, hook, horologium, initupload, prow-controller-manager, sidecar, sinker, sub, tide --- .prow/presubmits.yaml | 4 ++-- prow/oss/cluster/crier.yaml | 2 +- prow/oss/cluster/deck.yaml | 2 +- prow/oss/cluster/deck_blueprints_deployment.yaml | 2 +- prow/oss/cluster/gerrit.yaml | 2 +- prow/oss/cluster/ghproxy.yaml | 2 +- prow/oss/cluster/grandmatriarch_default.yaml | 2 +- prow/oss/cluster/grandmatriarch_test-pods.yaml | 2 +- prow/oss/cluster/hook.yaml | 2 +- prow/oss/cluster/horologium.yaml | 2 +- prow/oss/cluster/prow-controller-manager.yaml | 2 +- prow/oss/cluster/sinker.yaml | 2 +- prow/oss/cluster/sub.yaml | 2 +- prow/oss/cluster/tide.yaml | 2 +- prow/oss/config.yaml | 8 ++++---- .../GoogleCloudPlatform_blueprints_checkconfig.yaml | 2 +- .../oss-test-infra/gcp-oss-test-infra-config.yaml | 10 +++++----- .../GoogleCloudPlatform/testgrid/testgrid-jobs.yaml | 6 +++--- 18 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.prow/presubmits.yaml b/.prow/presubmits.yaml index a5327f854a..add5e565a2 100644 --- a/.prow/presubmits.yaml +++ b/.prow/presubmits.yaml @@ -4,7 +4,7 @@ presubmits: run_if_changed: '^prow/(oss/(config|plugins)\.yaml$|prowjobs/)|^\.prow' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/checkconfig:v20240304-a80e95c002 imagePullPolicy: Always command: - checkconfig @@ -49,7 +49,7 @@ presubmits: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/configurator:v20240304-a80e95c002 command: - configurator args: diff --git a/prow/oss/cluster/crier.yaml b/prow/oss/cluster/crier.yaml index a69c93f9fa..e3e177fe7f 100644 --- a/prow/oss/cluster/crier.yaml +++ b/prow/oss/cluster/crier.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/crier:v20240304-a80e95c002 args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/prow/oss/cluster/deck.yaml b/prow/oss/cluster/deck.yaml index 5f3cc0e6b9..3540c3fb54 100644 --- a/prow/oss/cluster/deck.yaml +++ b/prow/oss/cluster/deck.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/deck:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/deck_blueprints_deployment.yaml b/prow/oss/cluster/deck_blueprints_deployment.yaml index 3d3a122d10..a68e0e0062 100644 --- a/prow/oss/cluster/deck_blueprints_deployment.yaml +++ b/prow/oss/cluster/deck_blueprints_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck-blueprints - image: gcr.io/k8s-prow/deck:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/deck:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --hook-url=http://hook:8888/plugin-help diff --git a/prow/oss/cluster/gerrit.yaml b/prow/oss/cluster/gerrit.yaml index 251ab133b0..72d2b75b17 100644 --- a/prow/oss/cluster/gerrit.yaml +++ b/prow/oss/cluster/gerrit.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: gerrit - image: gcr.io/k8s-prow/gerrit:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/gerrit:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/ghproxy.yaml b/prow/oss/cluster/ghproxy.yaml index b14550600b..02c4aacfac 100644 --- a/prow/oss/cluster/ghproxy.yaml +++ b/prow/oss/cluster/ghproxy.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/ghproxy:v20240304-a80e95c002 args: - --cache-dir=/cache - --cache-sizeGB=49 diff --git a/prow/oss/cluster/grandmatriarch_default.yaml b/prow/oss/cluster/grandmatriarch_default.yaml index fd4915a37b..7a389478a0 100644 --- a/prow/oss/cluster/grandmatriarch_default.yaml +++ b/prow/oss/cluster/grandmatriarch_default.yaml @@ -69,6 +69,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/grandmatriarch:v20240304-a80e95c002 args: - http-cookiefile diff --git a/prow/oss/cluster/grandmatriarch_test-pods.yaml b/prow/oss/cluster/grandmatriarch_test-pods.yaml index fd461b3ce0..0cd8d65d33 100644 --- a/prow/oss/cluster/grandmatriarch_test-pods.yaml +++ b/prow/oss/cluster/grandmatriarch_test-pods.yaml @@ -74,6 +74,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/grandmatriarch:v20240304-a80e95c002 args: - http-cookiefile diff --git a/prow/oss/cluster/hook.yaml b/prow/oss/cluster/hook.yaml index b8bdc4ab40..b8cc873361 100644 --- a/prow/oss/cluster/hook.yaml +++ b/prow/oss/cluster/hook.yaml @@ -25,7 +25,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/hook:v20240304-a80e95c002 imagePullPolicy: Always args: - --webhook-path=/ghapp-hook diff --git a/prow/oss/cluster/horologium.yaml b/prow/oss/cluster/horologium.yaml index 7d8de90482..c786587bda 100644 --- a/prow/oss/cluster/horologium.yaml +++ b/prow/oss/cluster/horologium.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/horologium:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/prow-controller-manager.yaml b/prow/oss/cluster/prow-controller-manager.yaml index 7d44582a95..16744d69e0 100644 --- a/prow/oss/cluster/prow-controller-manager.yaml +++ b/prow/oss/cluster/prow-controller-manager.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/prow-controller-manager:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/oss/cluster/sinker.yaml b/prow/oss/cluster/sinker.yaml index d141380a6d..a9d0d6c545 100644 --- a/prow/oss/cluster/sinker.yaml +++ b/prow/oss/cluster/sinker.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: sinker containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/sinker:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/sub.yaml b/prow/oss/cluster/sub.yaml index f99dfee80f..350c485326 100644 --- a/prow/oss/cluster/sub.yaml +++ b/prow/oss/cluster/sub.yaml @@ -24,7 +24,7 @@ spec: serviceAccountName: sub containers: - name: sub - image: gcr.io/k8s-prow/sub:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/sub:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/tide.yaml b/prow/oss/cluster/tide.yaml index cc8fb5b3c8..d001a3b5bd 100644 --- a/prow/oss/cluster/tide.yaml +++ b/prow/oss/cluster/tide.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/tide:v20240304-a80e95c002 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/config.yaml b/prow/oss/config.yaml index 2fc021ac13..1b55bbd5ee 100644 --- a/prow/oss/config.yaml +++ b/prow/oss/config.yaml @@ -123,10 +123,10 @@ plank: timeout: 7200000000000 # 2h grace_period: 15000000000 # 15s utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240228-d64ece9e05" - initupload: "gcr.io/k8s-prow/initupload:v20240228-d64ece9e05" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240228-d64ece9e05" - sidecar: "gcr.io/k8s-prow/sidecar:v20240228-d64ece9e05" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240304-a80e95c002" + initupload: "gcr.io/k8s-prow/initupload:v20240304-a80e95c002" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240304-a80e95c002" + sidecar: "gcr.io/k8s-prow/sidecar:v20240304-a80e95c002" gcs_configuration: bucket: "oss-prow" path_strategy: "explicit" diff --git a/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml b/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml index 93ee6bb3a5..e845cd4d86 100644 --- a/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml @@ -10,7 +10,7 @@ presubmits: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/checkconfig:v20240304-a80e95c002 command: - checkconfig args: diff --git a/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml b/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml index db5fb13f05..ceaab63e56 100644 --- a/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml @@ -40,7 +40,7 @@ postsubmits: spec: serviceAccountName: testgrid-config-updater containers: - - image: gcr.io/k8s-prow/configurator:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/configurator:v20240304-a80e95c002 command: - configurator args: @@ -65,7 +65,7 @@ postsubmits: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/gencred:v20240304-a80e95c002 command: - gencred args: @@ -93,7 +93,7 @@ periodics: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/generic-autobumper:v20240304-a80e95c002 command: - generic-autobumper args: @@ -130,7 +130,7 @@ periodics: testgrid-num-failures-to-alert: '1' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/generic-autobumper:v20240304-a80e95c002 command: - generic-autobumper args: @@ -187,7 +187,7 @@ periodics: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20240228-d64ece9e05 + image: gcr.io/k8s-prow/gencred:v20240304-a80e95c002 command: - gencred args: diff --git a/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml b/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml index 5467c88568..2585d5abdc 100644 --- a/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml @@ -9,7 +9,7 @@ presubmits: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/checkconfig:v20240304-a80e95c002 command: - checkconfig args: @@ -90,7 +90,7 @@ postsubmits: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/generic-autobumper:v20240304-a80e95c002 command: - generic-autobumper args: @@ -126,7 +126,7 @@ periodics: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05 + - image: gcr.io/k8s-prow/generic-autobumper:v20240304-a80e95c002 command: - generic-autobumper args: