Block build13 from CI rotation due to CDN connectivity issues - #79962
Conversation
The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved.
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesCluster Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5 | ❌ 10❌ Failed checks (10 inconclusive)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @redhat-chai-bot. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, redhat-chai-bot, stbenjam 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 |
|
/label priority/ci-critical |
|
@stbenjam: The label(s) DetailsIn response to this:
Instructions 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. |
|
@redhat-chai-bot: all tests passed! 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. |
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
…ift#79962) The base-4-22-rhel9 mirror pod on node build13-wg9x2-worker-a-wjgxk has persistent CDN connectivity failures (upstream timed out, network unreachable, no live upstreams) causing 502 errors for DNF operations. The pod has reached 77+ restarts and continues crash-looping. Blocking build13 until the node connectivity issue is resolved. Co-authored-by: Chai Bot <chai-bot@redhat.com>
Summary
Block build13 from receiving CI jobs due to persistent CDN connectivity failures on node
build13-wg9x2-worker-a-wjgxk.Details
base-4-22-rhel9mirror pod (fxlbv) on build13 has been crash-looping with 77+ restartsupstream timed out,Network is unreachable, andno live upstreamserrors reachingcdn.redhat.comChange
Sets
blocked: truefor build13 incore-services/sanitize-prow-jobs/_clusters.yamlto prevent new CI jobs from being dispatched there until the node connectivity issue is resolved.Summary by CodeRabbit
This PR blocks the
build13node from the OpenShift CI job scheduling rotation by updating the cluster configuration to prevent new CI jobs from being dispatched to it.What changed: The
blockedflag forbuild13incore-services/sanitize-prow-jobs/_clusters.yamlis set totrue, which stops Prow from assigning new CI workloads to this node.Why: The node is experiencing persistent CDN connectivity failures that are causing the
base-4-22-rhel9mirror pod to crash repeatedly (77+ restarts). CI image builds on this node are encountering 502 errors and connectivity timeouts when attempting to reachcdn.redhat.com, affecting both x86_64 and ppc64le repositories.Impact: This is a temporary operational measure to isolate the node from the CI workload queue while the underlying CDN connectivity issue is resolved. Existing jobs on the node are not affected, only new job assignments are prevented.