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/09/24 16:25:57 UTC

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

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

 ##########
 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 @lebeg @marcoabreu  bounce again

----------------------------------------------------------------
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