-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
build,windows: make vcbuild fail if upload fails #19833
Conversation
nice, do you know if |
It should (since nothing sets or resets it until the batch exits), and it did in my manual test. But in the wild |
BTW: if errorlevel 1 ... means |
I guess there is no CI that makes sense to run for this? |
Yeah, there is actually, I've kicked off a test build which should come out @ https://nodejs.org/download/test/ as v10.0.0-test201804064cc80f32f9, the .msi and win-X directories will be the interesting part, plus also we'll have to check Jenkins to make sure we got green and the logs for the Windows builds look good. Someone with access will have to look @ https://ci-release.nodejs.org/job/iojs+release/3287/, I think @refack has access to do that right? I'll be 💤 soon and will have forgotten about this tomorrow. |
https://nodejs.org/download/test/v10.0.0-test201804064cc80f32f9/ got a success from both windows builders, I see the x86 files in there now, the x64 ones should show up within the next 15 minutes. @refack you should have a look and make sure they are all there and work properly. |
All expected files are accounted for and valid (SHA256, and |
4cc80f3
to
53035b1
Compare
This is a safety net that should be present in all branches, added the lts-watch labels. |
Refs: nodejs/build#1211
Crood solution but effective.
Output before:
Output after:
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes — manual