Skip to content

test/arm reported as failure when it passed for a PR #572

Closed

Activity

gibfahn

gibfahn commented on Dec 29, 2016

@gibfahn
Member

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

jbergstroem commented on Dec 29, 2016

@jbergstroem
Member

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

joaocgreis commented on Mar 15, 2017

@joaocgreis
Member

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

joaocgreis commented on Mar 15, 2017

@joaocgreis
Member

AIX was reporting success when the job fails, so I changed it as well but did not test (cc @mhdawson)

mhdawson

mhdawson commented on Mar 15, 2017

@mhdawson
Member

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

gibfahn commented on Mar 16, 2017

@gibfahn
Member

I've confirmed that the AIX reporting is fixed.

Before/After Fix PR CI Job PR Reported CI Reported
Before 11852 8483 💚 🔴
After 9163 8493 🔴 🔴
After 11856 8495 💚 💚
joaocgreis

joaocgreis commented on Mar 16, 2017

@joaocgreis
Member

@gibfahn thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @joaocgreis@jbergstroem@targos@mhdawson@gibfahn

        Issue actions

          test/arm reported as failure when it passed for a PR · Issue #572 · nodejs/build