haojin2 commented on a change in pull request #11991: [MXNET-644] Automated
flaky test detection
URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r217200464
##########
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:
But the pipeline is failing on not able to import mxnet here:
http://jenkins.mxnet-ci-dev.amazon-ml.com/blue/organizations/jenkins/flaky-test-detector/detail/PR-11991/11/pipeline/67.
Maybe we should switch to `/work/mxnet/python/`?
----------------------------------------------------------------
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