|
28 | 28 | - '**/*.md' |
29 | 29 |
|
30 | 30 | 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 | | - |
111 | 31 | - job: UnitTestNoIBEnv |
112 | 32 | displayName: Test No IB Environment |
113 | 33 | strategy: |
|
0 commit comments