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 v20241122-ec19f2447, Boskos to v20241119-445d89e #557

Merged
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
2 changes: 1 addition & 1 deletion prow/cluster/build/boskos-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos
image: gcr.io/k8s-staging-boskos/boskos:v20241028-bc478df
image: gcr.io/k8s-staging-boskos/boskos:v20241119-445d89e
args:
- --config=/etc/config/config
- --namespace=test-pods
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/build/boskos-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: boskos-janitor
image: gcr.io/k8s-staging-boskos/janitor:v20241028-bc478df
image: gcr.io/k8s-staging-boskos/janitor:v20241119-445d89e
args:
- --resource-type=gke-project
- --pool-size=10
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/build/boskos-reaper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos-reaper
image: gcr.io/k8s-staging-boskos/reaper:v20241028-bc478df
image: gcr.io/k8s-staging-boskos/reaper:v20241119-445d89e
args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local
- --resource-type=gke-project
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20241122-ec19f2447
args:
- --pubsub-workers=5 # Arbitrary number of multiplier
- --blob-storage-workers=1
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20241122-ec19f2447
args:
- --hook-url=http://hook:8888/plugin-help
- --tide-url=http://tide/
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: ghproxy
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241122-ec19f2447
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241122-ec19f2447
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-horologium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20241122-ec19f2447
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: prow-controller-manager
containers:
- name: prow-controller-manager
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20241122-ec19f2447
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20241122-ec19f2447
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/400-tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20241122-ec19f2447
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/500-cherrypicker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20241122-ec19f2447
args:
- --dry-run=false
- --use-prow-assignments=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/500-needs-rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20241122-ec19f2447
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/control-plane/500-status-reconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20241122-ec19f2447
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/trusted/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: ghproxy
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241122-ec19f2447
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
16 changes: 8 additions & 8 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ plank:
grace_period: 15s
utility_images:
# Update these versions when updating plank version in cluster.yaml
clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241116-cc8d4cf29"
initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241116-cc8d4cf29"
entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241116-cc8d4cf29"
sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241116-cc8d4cf29"
clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241122-ec19f2447"
initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241122-ec19f2447"
entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241122-ec19f2447"
sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241122-ec19f2447"
gcs_configuration:
bucket: "knative-prow"
path_strategy: "explicit"
Expand All @@ -44,10 +44,10 @@ plank:
grace_period: 15s
utility_images:
# Update these versions when updating plank version in cluster.yaml
clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241116-cc8d4cf29"
initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241116-cc8d4cf29"
entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241116-cc8d4cf29"
sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241116-cc8d4cf29"
clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241122-ec19f2447"
initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241122-ec19f2447"
entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241122-ec19f2447"
sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241122-ec19f2447"
gcs_configuration:
bucket: "knative-prow"
path_strategy: "explicit"
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/custom/autobump-flaky-test-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241122-ec19f2447
command:
- generic-autobumper
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/custom/autobump-prow-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ periodics:
report_template: '"The autobump-prow-tests periodic job fails, check the log: <{{.Status.URL}}|View logs>"'
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241122-ec19f2447
command:
- generic-autobumper
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/custom/autobump-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ periodics:
report_template: '"The autobump-prow periodic job fails, check the log: <{{.Status.URL}}|View logs>"'
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241122-ec19f2447
command:
- generic-autobumper
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/custom/autodeploy-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ periodics:
report_template: '"The config-bootstrapper periodic has failed, check the log: <{{.Status.URL}}|View logs>"'
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/config-bootstrapper:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/config-bootstrapper:v20241122-ec19f2447
imagePullPolicy: Always
command:
- config-bootstrapper
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/custom/branchprotector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ periodics:
spec:
containers:
- name: branchprotector
image: us-docker.pkg.dev/k8s-infra-prow/images/branchprotector:v20241116-cc8d4cf29
image: us-docker.pkg.dev/k8s-infra-prow/images/branchprotector:v20241122-ec19f2447
command:
- branchprotector
args:
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/custom/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Add a fake hook image here so that autobump.sh can bump only job configs
# image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241116-cc8d4cf29
# image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241122-ec19f2447
# See
# https://github.com/kubernetes/test-infra/blob/5815354584709c3f436e3d682110c673d224d7b1/prow/cmd/autobump/autobump.sh#L164

Expand All @@ -25,7 +25,7 @@ presubmits:
cluster: prow-build
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241122-ec19f2447
command:
- checkconfig
args:
Expand Down
12 changes: 6 additions & 6 deletions prow/jobs/custom/peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ presubmits:
- "main"
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down Expand Up @@ -67,7 +67,7 @@ presubmits:
- "main"
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down Expand Up @@ -118,7 +118,7 @@ postsubmits:
testgrid-tab-name: post-knative-peribolos
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down Expand Up @@ -172,7 +172,7 @@ postsubmits:
testgrid-tab-name: post-knative-extensions-peribolos
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down Expand Up @@ -223,7 +223,7 @@ periodics:
testgrid-tab-name: ci-knative-peribolos
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down Expand Up @@ -271,7 +271,7 @@ periodics:
testgrid-tab-name: ci-knative-extensions-peribolos
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241116-cc8d4cf29
- image: us-docker.pkg.dev/k8s-infra-prow/images/peribolos:v20241122-ec19f2447
command:
- "peribolos"
args:
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/run_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
us-docker.pkg.dev/k8s-infra-prow/images/mkpj:v20241116-cc8d4cf29 \
us-docker.pkg.dev/k8s-infra-prow/images/mkpj:v20241122-ec19f2447 \
"--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \
"--github-token-path=${GITHUB_TOKEN_PATH}" \
>"${JOB_YAML}"
Expand All @@ -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}" \
us-docker.pkg.dev/k8s-infra-prow/images/mkpj:v20241116-cc8d4cf29 \
us-docker.pkg.dev/k8s-infra-prow/images/mkpj:v20241122-ec19f2447 \
"--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \
>"${JOB_YAML}" || failed=1

Expand Down
Loading