We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd9317 commit 5f0c047Copy full SHA for 5f0c047
contrib/aws/Jenkinsfile
@@ -185,7 +185,7 @@ pipeline {
185
def libfabric_tests = "test_efa_ut test_fabtests_functional test_fork_support test_backward_compatibility 'test_fabtests_performance and lttng'"
186
def one_sided_tests = "'test_imb and not collective'"
187
def libfabric_and_onesided_tests = "${libfabric_tests} ${one_sided_tests}"
188
- def efa_direct_tests = "'test_fabtests_functional and efa-direct'"
+ def efa_direct_tests = "test_efa_ut 'test_fabtests_functional and efa-direct'"
189
def nccl_functional_tests = "test_ofi_nccl_functional_tests"
190
191
def efa_provider = "--test-libfabric-provider efa"
0 commit comments