From 4358cad858d3737e2b7ecbb8592566faea2a93d5 Mon Sep 17 00:00:00 2001 From: "systems-assistant[bot]" <221163467+systems-assistant[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:29:06 -0700 Subject: [PATCH] [AzureCI] Add all_reduce_bias to rccl-tests CI (#2768) * [AzureCI] Add all_reduce_bias to rccl-tests CI * Increase rccl-tests timeout to 2 hours --------- Co-authored-by: nileshnegi Co-authored-by: systems-assistant[bot] Co-authored-by: Corey Derochie <161367113+corey-derochie-amd@users.noreply.github.com> --- projects/rccl/.azuredevops/slurm/test_rccl-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl/.azuredevops/slurm/test_rccl-tests.sh b/projects/rccl/.azuredevops/slurm/test_rccl-tests.sh index a4509ce5d6..c0c05b0303 100644 --- a/projects/rccl/.azuredevops/slurm/test_rccl-tests.sh +++ b/projects/rccl/.azuredevops/slurm/test_rccl-tests.sh @@ -2,7 +2,7 @@ #SBATCH --job-name=rccl-tests #SBATCH --output=%x-%j.out #SBATCH --error=%x-%j.out -#SBATCH --time=60 +#SBATCH --time=120 #SBATCH --nodes=1 #SBATCH --exclusive #SBATCH --partition=gt @@ -40,7 +40,7 @@ do total=$((n*8)) #h_8ppn=`echo ${hosts_8ppn[@]:0:${n}} | tr ' ' ','` - for coll in all_reduce all_gather reduce_scatter alltoall alltoallv broadcast gather reduce scatter sendrecv + for coll in all_reduce all_reduce_bias all_gather reduce_scatter alltoall alltoallv broadcast gather reduce scatter sendrecv do for dtype in float bfloat16 half fp8_e5m2 do