Skip to content

Commit

Permalink
TEST/JENKINS: Add cuda to list of ucp_hello_world transports
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Aug 13, 2021
1 parent ab2409c commit 68de674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ run_ucp_hello() {
export UCX_KEEPALIVE_NUM_EPS=10
export UCX_LOG_LEVEL=info

for tls in all tcp
for tls in all tcp,cuda
do
export UCX_TLS=${tls}
for test_mode in -w -f -b -erecv -esend -ekeepalive
Expand Down

0 comments on commit 68de674

Please sign in to comment.