Skip to content

Commit

Permalink
.ci/aws: Decrease NCCL_TEST iterations to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Zegelstein <szegel@amazon.com>
  • Loading branch information
a-szegel committed Aug 30, 2024
1 parent 49dacb8 commit 88833e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ pipeline {
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 base_args = "${nccl_version} ${timeout} ${cluster_type} ${test_target} ${test_type} ${build_type} ${pr_num} ${test_list}"
def nccl_test_iter = "--test-aws-ofi-nccl-nccltest-iterations 5"
def base_args = "${nccl_version} ${timeout} ${cluster_type} ${test_target} ${test_type} ${build_type} ${pr_num} ${test_list} ${nccl_test_iter}"

def num_instances = 4
def p3dn_lock_label = "p3dn-1-4node"
Expand Down

0 comments on commit 88833e8

Please sign in to comment.