marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated
flaky test detection
URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214139269
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -924,6 +924,16 @@ nightly_straight_dope_python3_multi_gpu_tests() {
test_notebooks_multi_gpu.py --nologcapture
}
+# check commit for flaky tests
+select_tests(){
+ set -ex
+ python tool/flaky_test_bot/test_selector.py -b HEAD~1 HEAD
+}
+run_flakiness_checker(){
+ set -ex
+ python tools/flaky_test_bot/check_tests.py
Review comment:
Please note that this is python2 opposed to python3 as you specifeid in the
shebang. You can also omit the python entirely here
----------------------------------------------------------------
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