-
Notifications
You must be signed in to change notification settings - Fork 113
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
fail positive on github action fails. #660
Comments
It's not a false positive. I rebased and pushed after the last review. |
I just retriggered commit-queue, still failed. |
Yes, but that's expected. Someone needs to submit a review after the push. |
I approved the PR again, new |
I reopened because the error was wrong, but I still think the failure was expected (Jenkins CI had a failure). |
Yeah, "GitHub CI" is not very accurate because all it does is check the "status of the PR", which includes the Jenkins results (which are sometimes picked up from a run that's testing an older commit, but that's really not something that can be addressed in this repo). |
But why did ncu say "Last Jenkins CI successful" when https://ci.nodejs.org/job/node-test-pull-request/48124/ is clearly red? |
Another one: #691 |
I had a look and it's because of this part of the code: node-core-utils/lib/pr_checker.js Lines 393 to 410 in 4ef0fe2
It's actually the Jenkins CI check that is red. I wonder if we should remove this whole block. I don't know what kind of "old" checks we expect to be here. |
Commit Queue failed
https://github.com/nodejs/node/actions/runs/3538908052Originally posted by @nodejs-github-bot in nodejs/node#45573 (comment)
The text was updated successfully, but these errors were encountered: