Skip to content

Commit

Permalink
.ci/aws: Stop running ofi nccl functional tests
Browse files Browse the repository at this point in the history
We have an internal tracking ticket NCCLOFITICKET-642 which is tracking
the re-enablement of the functional tests.  The functional tests are
causing kernel panics on p5 on multiple OS's. Remove this testing in
order to stabalize the PR CI until it is fixed.

Signed-off-by: Seth Zegelstein <[email protected]>
  • Loading branch information
a-szegel committed Sep 5, 2024
1 parent 7c03145 commit aef78db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pipeline {
def test_type = "--test-type pr"
def build_type = "--aws-ofi-nccl-build-type debug"
def pr_num = "--test-aws-ofi-nccl-pr $env.CHANGE_ID"
def test_list = "--test-list test_nccl_test test_ofi_nccl_functional"
def test_list = "--test-list test_nccl_test"
def base_args = "${nccl_version} ${timeout} ${cluster_type} ${test_target} ${test_type} ${build_type} ${pr_num} ${test_list}"

def num_instances = 4
Expand Down

0 comments on commit aef78db

Please sign in to comment.