-
Notifications
You must be signed in to change notification settings - Fork 111
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
CI not responding to test retry commands #1474
Comments
The message comes from Prow and it's a spurious one. The CI check in question is managed by Tekton so Prow does not know about it, and we haven't found an easy way to prevent Prow from commenting like that. |
A |
There is a way to retry them, which is the usual But yeah, the problem of the frequent failure should be solved. The job themselves actual do not fail, what fails is the notification back to GitHub, which leaves the job in pending state |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Expected Behavior
Using the
/test
command CI suggests should rerun the tests.Actual Behavior
CI doesn't recognize the command it suggests, saying
The specified target(s) for /test were not found.
Examples of this happening:
The text was updated successfully, but these errors were encountered: