zhreshold commented on a change in pull request #17841:
URL: https://github.com/apache/incubator-mxnet/pull/17841#discussion_r416875547
##########
File path: ci/build_windows.py
##########
@@ -184,6 +184,7 @@ def windows_build(args):
if ret != 0:
build_try += 1
logging.info("{} build(s) have failed".format(build_try))
+ sys.exit(1)
Review comment:
Added to stop windows ci with error status. With
https://github.com/apache/incubator-mxnet/pull/18177 I can delete this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]