Skip to content

Commit 84784b9

Browse files
committed
wip
1 parent 0924480 commit 84784b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.azure-pipelines/ut.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ pr:
3030
jobs:
3131
- job: UnitTestNoIBEnv
3232
displayName: Test No IB Environment
33+
pool:
34+
name: msccl-ci
35+
3336
strategy:
3437
matrix:
35-
cuda12.4:
38+
cuda12:
3639
containerImage: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-cuda12.4
3740

38-
pool:
39-
name: msccl-ci
4041
container:
41-
image: $[ variables['containerImage'] ]
42-
options: --ipc=host --gpus=all --security-opt seccomp=unconfined --mount type=tmpfs,destination=/dev/infiniband --mount type=tmpfs,destination=/sys/class/infiniband --mount type=tmpfs,destination=/sys/class/infiniband_verbs
43-
42+
image: $(containerImage)
43+
4444
steps:
4545
- template: templates/ut-no-ib-env.yaml
4646
parameters:

0 commit comments

Comments
 (0)