Skip to content

Commit

Permalink
Add UCX to the SOS transport testing in Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: David M. Ozog <[email protected]>
  • Loading branch information
David M. Ozog authored and jdinan committed Aug 18, 2020
1 parent f560a1d commit d7dbb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7dbb71

Please sign in to comment.