We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73c9b5 commit adeb4d2Copy full SHA for adeb4d2
.ci/jenkins/lib/build-matrix.yaml
@@ -32,9 +32,10 @@ kubernetes:
32
namespace: swx-media
33
limits: "{memory: 8Gi, cpu: 8000m}"
34
requests: "{memory: 8Gi, cpu: 8000m}"
35
- yaml: |
36
- spec:
37
- hostIPC: true
+
+# Mount large /dev/shm for UCX shared memory allocation
+empty_volumes:
38
+ - {mountPath: /dev/shm, memory: true}
39
40
runs_on_dockers:
41
- { name: "ubuntu24.04-pytorch", url: "nvcr.io/nvidia/pytorch:25.02-py3" }
@@ -66,6 +67,8 @@ steps:
66
67
parallel: false
68
timeout: "${TEST_TIMEOUT}"
69
run: |
70
+ echo "DEBUG: /dev/shm size"
71
+ df -h /dev/shm
72
.gitlab/test_cpp.sh ${NIXL_INSTALL_DIR}
73
74
- name: Test Python
0 commit comments