From d7dbb71ae3ae6cb7b7411f359214c3c9c6c64626 Mon Sep 17 00:00:00 2001 From: "David M. Ozog" Date: Wed, 12 Aug 2020 17:31:47 -0400 Subject: [PATCH] Add UCX to the SOS transport testing in Travis CI Signed-off-by: David M. Ozog --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 416daf4be..4d0e1d6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -367,7 +367,7 @@ script: - make $TRAVIS_PAR_MAKE check TESTS= - $SOS_PM_PRE - > - if [[ $SOS_TRANSPORT_OPTS = *"with-ofi"* ]]; then + if [[ $SOS_TRANSPORT_OPTS = *"with-ofi"* ]] || [[ $SOS_TRANSPORT_OPTS = *"with-ucx" ]]; then make VERBOSE=1 TEST_RUNNER="$SOS_PM -np 2" check else $SOS_PM -np 1 test/unit/hello