Skip to content

Commit 5f0c047

Browse files
committed
contrib/aws: Run EFA unit tests in trn1 stage
Unit tests are quick and worth running Signed-off-by: Sai Sunku <sunkusa@amazon.com>
1 parent 4cd9317 commit 5f0c047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/aws/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pipeline {
185185
def libfabric_tests = "test_efa_ut test_fabtests_functional test_fork_support test_backward_compatibility 'test_fabtests_performance and lttng'"
186186
def one_sided_tests = "'test_imb and not collective'"
187187
def libfabric_and_onesided_tests = "${libfabric_tests} ${one_sided_tests}"
188-
def efa_direct_tests = "'test_fabtests_functional and efa-direct'"
188+
def efa_direct_tests = "test_efa_ut 'test_fabtests_functional and efa-direct'"
189189
def nccl_functional_tests = "test_ofi_nccl_functional_tests"
190190

191191
def efa_provider = "--test-libfabric-provider efa"

0 commit comments

Comments
 (0)