Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pipeline {
def libfabric_tests = "test_efa_ut test_fabtests_functional test_fork_support test_backward_compatibility 'test_fabtests_performance and lttng'"
def one_sided_tests = "'test_imb and not collective'"
def libfabric_and_onesided_tests = "${libfabric_tests} ${one_sided_tests}"
def efa_direct_tests = "'test_fabtests_functional and efa-direct'"
def efa_direct_tests = "test_efa_ut 'test_fabtests_functional and efa-direct'"
def nccl_functional_tests = "test_ofi_nccl_functional_tests"

def efa_provider = "--test-libfabric-provider efa"
Expand Down
Loading