Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-ofi-nccl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9576dfba6f2140e3026b541dea58222958626173
Choose a base ref
..
head repository: aws/aws-ofi-nccl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4158878abbc4655447c83d6fc84b1d03e6859672
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .ci/aws/Jenkinsfile
3 changes: 2 additions & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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"