From edaac2c362c4d2e44bf8515af85c7a99b807d625 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 24 Aug 2020 14:30:56 +0800 Subject: [PATCH] Add Horovod tests (#2761) * add pytorch horovod tests * add horovod tf tests * fix * fix style * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests --- python/orca/src/test/dev/run-pytests-ray | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/orca/src/test/dev/run-pytests-ray b/python/orca/src/test/dev/run-pytests-ray index 8f0dcee05ce..95855754c2b 100755 --- a/python/orca/src/test/dev/run-pytests-ray +++ b/python/orca/src/test/dev/run-pytests-ray @@ -35,7 +35,8 @@ fi echo "Running orca learn ray tests" python -m pytest -v ../test/zoo/orca/learn/ray \ - --ignore=../test/zoo/orca/learn/ray/pytorch/test_pytorch_estimator.py + --ignore=../test/zoo/orca/learn/ray/pytorch/test_pytorch_estimator.py \ + --ignore=../test/zoo/orca/learn/ray/tf/ exit_status_2=$? if [ $exit_status_2 -ne 0 ]; then