From e28ef4481b5dcdbf0749956c172efeb68a85b5af Mon Sep 17 00:00:00 2001 From: empyreus Date: Mon, 11 May 2026 21:58:31 +0000 Subject: [PATCH] small clean up for multi --- .azure-pipelines/sglang-multi-node-test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/sglang-multi-node-test.yml b/.azure-pipelines/sglang-multi-node-test.yml index 937a30ec..001471ee 100644 --- a/.azure-pipelines/sglang-multi-node-test.yml +++ b/.azure-pipelines/sglang-multi-node-test.yml @@ -88,11 +88,10 @@ jobs: fi done <<< "${{ parameters.hostEntries }}" - # Generate the SSH config and hostfiles consumed by the deploy / test + # Generate the SSH config and hostfile consumed by the deploy / test # templates below: - # - config : SSH client config (custom port + key) for each node - # - hostfile : user@host list used by deploy / test scripts - # - hostfile_mpi : bare hostnames used by mpirun + # - config : SSH client config (custom port + key) for each node + # - hostfile : user@host list used by deploy / test scripts (parallel-ssh) - task: Bash@3 displayName: Generate deploy files inputs: @@ -115,8 +114,6 @@ jobs: printf '%s\n%s\n' "azureuser@${NODE0}" "azureuser@${NODE1}" > "${DEPLOY_DIR}/hostfile" - printf '%s\n%s\n' "${NODE0}" "${NODE1}" > "${DEPLOY_DIR}/hostfile_mpi" - # Build MSCCL++ and deploy it onto the VMSS GPU nodes. - template: templates/deploy.yml parameters: