Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
revert changes causing cd failures (#18533)
Browse files Browse the repository at this point in the history
Reverting the following changes to cd_unittest_ubuntu causing CD pipeline failures:

    The first change was using Naive Engine for operator tests, which causes timeout failures in CD
    Added here: 10b6b48

    Second change was running integrationtest_ubuntu_gpu_byteps as part of cu* CD tests, added here: e28e9fe
  • Loading branch information
mseth10 committed Jun 11, 2020
1 parent 743bbcb commit a361f33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -947,9 +947,7 @@ cd_unittest_ubuntu() {

local mxnet_variant=${1:?"This function requires a mxnet variant as the first argument"}

pytest -m 'not serial' -k 'not test_operator' -n 4 --durations=50 --verbose tests/python/unittest
MXNET_ENGINE_TYPE=NaiveEngine \
pytest -m 'not serial' -k 'test_operator' -n 4 --durations=50 --verbose tests/python/unittest
pytest -m 'not serial' -n 4 --durations=50 --verbose tests/python/unittest
pytest -m 'serial' --durations=50 --verbose tests/python/unittest
pytest -n 4 --durations=50 --verbose tests/python/quantization

Expand All @@ -968,7 +966,8 @@ cd_unittest_ubuntu() {

# TODO(szha): fix and reenable the hanging issue. tracked in #18098
# integrationtest_ubuntu_gpu_dist_kvstore
integrationtest_ubuntu_gpu_byteps
# TODO(eric-haibin-lin): fix and reenable
# integrationtest_ubuntu_gpu_byteps
fi

if [[ ${mxnet_variant} = *mkl ]]; then
Expand Down

0 comments on commit a361f33

Please sign in to comment.