chore(config): bump component digests except ACM/hypershift/clusters-service (bisect e2e #5789)#5912
chore(config): bump component digests except ACM/hypershift/clusters-service (bisect e2e #5789)#5912raelga wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Pull request overview
This PR updates a broad set of component image digests to reproduce/bisect an e2e-parallel regression from automated digest bump PR #5789, while intentionally not changing hypershift and ACM/MCE to help isolate the culprit.
Changes:
- Bump default component image digests in
config/config.yaml(acrpull, arobit, kube-events, secret-sync provider, velero + plugins, prometheus stack, maestro sidecar nginx, oc-mirror, etc.). - Propagate those digest/version bumps into multiple rendered dev environment configs (westus3 + centralus CI), including
istioctlVersion1.30.1 → 1.30.2. - Confirmed by search that the hypershift and ACM/MCE “suspect” digests from #5789 are not present in this branch’s
config/tree.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| config/config.yaml | Updates default digests/versions for the set of non-hypershift/non-ACM components under test. |
| config/rendered/dev/pers/westus3.yaml | Applies updated digests/versions to the pers rendered environment config. |
| config/rendered/dev/perf/westus3.yaml | Applies updated digests/versions to the perf rendered environment config. |
| config/rendered/dev/dev/westus3.yaml | Applies updated digests/versions to the dev rendered environment config. |
| config/rendered/dev/cspr/westus3.yaml | Applies updated digests/versions to the cspr rendered environment config. |
| config/rendered/dev/ci01/centralus.yaml | Applies updated digests/versions to the ci01 rendered environment config. |
| config/rendered/dev/ci00/centralus.yaml | Applies updated digests/versions to the ci00 rendered environment config. |
|
/retest |
…service (bisect e2e Azure#5789)
|
/lgtm /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: janboll, raelga The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-parallel Retesting — environmental shared-CI episode, not caused by this PR's new images. Job Scope evidence this is a CI-fleet transient and not the component images this PR bumps:
The retest is the discriminator: if a bumped image had genuinely broken node-pool provisioning, the same spec would fail again; a green re-run confirms the flake. |
|
@raelga: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Closing as superseded by #5926. #5926 bumps the same components (all-except-clusters-service) and more, with newer digests where they differ (v5.0.4 rebuilt 2026-07-03 vs 06-29; imageSync 2026-07-03 vs 07-02), and pins clusters-service to the last-known-good 18b5a25 (root cause: AROSLSRE-1395). Nothing here is unique. The bisect confirmed the non-CS components were never the cause. |
Bisecting the e2e-parallel regression on the automated image-digest PR #5789. Follow-up split: this PR now excludes clusters-service (moved to its own PR) in addition to hypershift and ACM/MCE.
What
Applies the #5789 component digest bumps except hypershift, ACM/MCE, and clusters-service, on top of current
main(which already has the merged ACM bump from #5911). Covers ~12 other components (acrpull, arobit fluent-bit/mdsd, kube-events, maestro, prometheus operator/prometheus, secrets-store, OADP velero + plugins, oc-mirror, etc.).Why
Earlier bisect cleared hypershift (#5910 green) and ACM/MCE (#5911 merged). The remaining "rest" PR failed once with a different, transient signature (data-plane route-not-reachable, 2 tests) rather than the original 16×
CreateHCPClusterprovisioning timeout. Splitting clusters-service out isolates it from the other components so we can tell them apart.Testing
Relies on
ci/prow/e2e-parallel.make -C config/ detect-changeis clean. Diagnostic bisect PR — not intended to merge as-is.Special notes for your reviewer
Do not merge. Diagnostic bisect of #5789. Companion PR isolates clusters-service.