You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be fixed. It was running the two scripts (for success and failure) unconditionally, so it would mark it as success and immediately mark it as failure. I tested with a success, I don't have a PR that fails to test.
To test on AIX is what we we need a PR that fails on AIX, and we run the CI job with the results posted to the PR and we then validate that it shows as failed ?
Activity
gibfahn commentedon Dec 29, 2016
Hmm, this is still happening, nodejs/node#10517 (https://ci.nodejs.org/job/node-test-commit/6915/) for a CI run that's still in Jenkins.
jbergstroem commentedon Dec 29, 2016
Can confirm. The jenkins script for notifying is likely to blame and I've looked at it a few times; can't quite figure it out. Still on it.
joaocgreis commentedon Mar 15, 2017
Should be fixed. It was running the two scripts (for success and failure) unconditionally, so it would mark it as success and immediately mark it as failure. I tested with a success, I don't have a PR that fails to test.
joaocgreis commentedon Mar 15, 2017
AIX was reporting success when the job fails, so I changed it as well but did not test (cc @mhdawson)
mhdawson commentedon Mar 15, 2017
To test on AIX is what we we need a PR that fails on AIX, and we run the CI job with the results posted to the PR and we then validate that it shows as failed ?
gibfahn commentedon Mar 16, 2017
I've confirmed that the AIX reporting is fixed.
joaocgreis commentedon Mar 16, 2017
@gibfahn thanks!