-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
kubernetes-sigs/prow
#615Labels
area/prowIssues or PRs related to prowIssues or PRs related to prowkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.
Description
What happened:
On some PRs, the prow bot comment lists multiple non-blocking job failures that appear stale or unrelated to the current commit.
Running /skip (and sometimes /clear) may ignore certain CI statuses, but stale non-blocking failures can remain visible in the bot comment.
In addition, /skip may not behave as expected when a presubmit job has been renamed, leaving outdated results in the comment.
This creates confusing CI signal for reviewers even when all required GitHub checks are passing.
What you expected to happen:
One of the following:
/skipshould fully clear or reset stale non-blocking failures shown in prow bot comments, or- There should be a documented and reliable way to reset the bot comment state, including cases where presubmit job names change.
How to reproduce it (as minimally and precisely as possible):
- Open a PR where the prow bot comment lists non-blocking failed jobs.
- Confirm required GitHub checks are passing and merge is not blocked.
- Issue
/skip(and optionally/clear) on the PR. - Observe that:
- Required checks remain correct, but
- Stale non-blocking failures may still remain visible in the bot comment, or
- Behavior may differ when presubmit job names were renamed.
Please provide links to example occurrences, if any:
Anything else we need to know?:
This behavior was discussed in SIG Testing Slack, where it was noted that:
/skipmay not fully clear stale bot comment results.- The issue may be worse when presubmit job names are renamed.
- Prow comment state appears to be delta-updated rather than fully recomputed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/prowIssues or PRs related to prowIssues or PRs related to prowkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.