Skip to content

Commit 0924480

Browse files
committed
wip
1 parent 4f96dff commit 0924480

File tree

1 file changed

+0
-80
lines changed

1 file changed

+0
-80
lines changed

.azure-pipelines/ut.yml

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -28,86 +28,6 @@ pr:
2828
- '**/*.md'
2929

3030
jobs:
31-
- job: UnitTestA100
32-
timeoutInMinutes: 40
33-
pool:
34-
name: msccl-ci
35-
strategy:
36-
matrix:
37-
cuda11:
38-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda11.8
39-
cuda12:
40-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
41-
42-
container:
43-
image: $(containerImage)
44-
45-
steps:
46-
- template: templates/ut.yaml
47-
parameters:
48-
subscription: mscclpp-ci
49-
vmssName: mscclpp-ci
50-
sshKeySecureFile: mscclpp.pem
51-
52-
- job: UnitTestWithNpKitA100
53-
timeoutInMinutes: 30
54-
pool:
55-
name: msccl-ci
56-
strategy:
57-
matrix:
58-
cuda11:
59-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda11.8
60-
cuda12:
61-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
62-
63-
container:
64-
image: $(containerImage)
65-
66-
steps:
67-
- template: templates/ut-npkit.yaml
68-
parameters:
69-
subscription: mscclpp-ci
70-
vmssName: mscclpp-ci
71-
sshKeySecureFile: mscclpp.pem
72-
73-
- job: UnitTestH100
74-
timeoutInMinutes: 40
75-
pool:
76-
name: msccl-ci-h100
77-
strategy:
78-
matrix:
79-
cuda12:
80-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
81-
82-
container:
83-
image: $(containerImage)
84-
85-
steps:
86-
- template: templates/ut.yaml
87-
parameters:
88-
subscription: mscclpp-ci-h100
89-
vmssName: mscclpp-h100-ci
90-
sshKeySecureFile: mscclpp.pem
91-
92-
- job: UnitTestWithNpKitH100
93-
timeoutInMinutes: 30
94-
pool:
95-
name: msccl-ci-h100
96-
strategy:
97-
matrix:
98-
cuda12:
99-
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
100-
101-
container:
102-
image: $(containerImage)
103-
104-
steps:
105-
- template: templates/ut-npkit.yaml
106-
parameters:
107-
subscription: mscclpp-ci-h100
108-
vmssName: mscclpp-h100-ci
109-
sshKeySecureFile: mscclpp.pem
110-
11131
- job: UnitTestNoIBEnv
11232
displayName: Test No IB Environment
11333
strategy:

0 commit comments

Comments
 (0)