cetsai commented on a change in pull request #11991: [MXNET-644] Automated 
flaky test detection
URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r217217324
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -924,6 +924,17 @@ nightly_straight_dope_python3_multi_gpu_tests() {
       test_notebooks_multi_gpu.py --nologcapture
 }
 
+# check commit for flaky tests
+flaky_check_select_tests(){
+    set -ex
+    tools/flaky_tests/test_selector.py -b HEAD~1 HEAD
+}
+flaky_check_run_flakiness_checker(){
+    set -ex
+    export PYTHONPATH=./python/
 
 Review comment:
   Perhaps-- however, that run was triggered before the last commit, so I don't 
know which of these options we should go with. Perhaps @marcoabreu can help?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to