-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v10.x backport] Windows CI job update changes #30726
[v10.x backport] Windows CI job update changes #30726
Conversation
Don't exit vcbuild with error code 0 when cctest fails.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@joaocgreis, as a FYI I don't think this will get a green CI until nodejs/build#2072 is resolved |
@BethGriggs I see there was some progress in the issue, the last CI is green. This, #30725 and #30727 are ready to land, which has to be done by a member of @nodejs/backporters according to the collaborator guide (or please let me know if I should do it). |
@joaocgreis I can go through and land all of these |
Backport-PR-URL: #30726 PR-URL: #30724 Refs: nodejs/build#1996 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't exit vcbuild with error code 0 when cctest fails. Backport-PR-URL: #30726 PR-URL: #30724 Refs: nodejs/build#1996 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in 14e7a35...4d3ec1a |
Thanks! |
Backport-PR-URL: #30726 PR-URL: #30724 Refs: nodejs/build#1996 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't exit vcbuild with error code 0 when cctest fails. Backport-PR-URL: #30726 PR-URL: #30724 Refs: nodejs/build#1996 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This is a backport of #30724 to v12. The changes are adapted for v10.
@nodejs/backporters I will update this with any feedback from the original PR. This needs to land soon after to avoid issues running CI.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes