You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/16 21:54:44 UTC

[GitHub] Roshrini commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

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

 ##########
 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:
   @haojin2 @cetsai Were you able to run this locally?

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


With regards,
Apache Git Services