marcoabreu commented on a change in pull request #10797: Better cleaning of git repo, signal handlers URL: https://github.com/apache/incubator-mxnet/pull/10797#discussion_r193727062
########## File path: ci/docker/runtime_functions.sh ########## @@ -22,10 +22,13 @@ set -ex +# lower priority of build and test tasks +renice -n 19 -p $$ Review comment: As discussed before, I don't like changing priorities. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
