diff --git a/.azure-pipelines/integration-test.yml b/.azure-pipelines/integration-test.yml index ebc02354..0d7226f9 100644 --- a/.azure-pipelines/integration-test.yml +++ b/.azure-pipelines/integration-test.yml @@ -50,24 +50,4 @@ jobs: parameters: subscription: mscclpp-ci-h100 vmssName: mscclpp-h100-ci - gpuArch: '90' - -- job: SGlangMultiNodeTest - displayName: SGLANG Multi-Node Test - strategy: - matrix: - sglang: - containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-sglang-x86_64 - - pool: - name: mscclpp-it - container: - image: $(containerImage) - - steps: - - template: templates/sglang-multi-test.yml - parameters: - subscription: msccl-it - vmssName: mscclit-vmss - resourceGroup: msccl-IT - hostEntries: ${{ parameters.hostEntries }} \ No newline at end of file + gpuArch: '90' \ No newline at end of file