fix: fail closed edge CI monitor Slack notifications - #85405
redhat-chai-bot wants to merge 2 commits into
Conversation
Require complete extracted job sections and a separate data-ready marker before Slack evaluates monitor results.
|
Warning Review limit reachedNext included review available in 31 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/hold |
|
@redhat-chai-bot: The following tests 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. |
What
The Edge OCP CI Monitor Slack step could treat an empty
failing-jobs.txtas proof that analysis completed. When report generation or extraction failed, this allowed a greenNo failing jobs foundmessage and a broken dashboard link.Changes
Validation
bash -npassed for both changed scripts.shellcheck -S warningpassed for both changed scripts../hack/validate-registry-commands.sh .passed.git diff --checkpassed.make validate-step-registryremains blocked by an existing resolver/Makefile incompatibility: the resolver rejects the unchanged--prow-configoption, and the failure reproduces onorigin/main. No generated files are changed.AI-generated. Review for accuracy.
@vimauro requested via Chai Bot