-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathsglang-test.yml
More file actions
56 lines (52 loc) · 1.24 KB
/
sglang-test.yml
File metadata and controls
56 lines (52 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# =============================================================================
# Single-node SGLang integration test pipeline.
#
# Runs MSCCL++ SGLang tests on a single H100 GPU node from the `msccl-ci-h100`
# pool. All deploy / run / teardown logic is delegated to
# `templates/sglang-test.yml`.
#
# Docs / non-code changes are excluded from triggering this pipeline.
# =============================================================================
trigger:
branches:
include:
- main
- release/*
paths:
exclude:
- .devcontainer/**
- .github/**
- docker/**
- docs/**
- '**/*.md'
pr:
branches:
include:
- main
- release/*
drafts: false
paths:
exclude:
- .devcontainer/**
- .github/**
- docker/**
- docs/**
- '**/*.md'
jobs:
- job: SGlangTest
displayName: SGLANG Test
strategy:
matrix:
cuda12:
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.9
pool:
name: msccl-ci-h100
container:
image: $(containerImage)
steps:
# Deploy MSCCL++ to the GPU node and run the SGLang single-node tests.
- template: templates/sglang-test.yml
parameters:
subscription: mscclpp-ci-h100
vmssName: mscclpp-h100-ci
gpuArch: '90'