Skip to content

Commit 3858945

Browse files
committed
ci: point DDS sandbox_dir to shared /data volume
DDS workers need access to the sandbox directory. Since /data is shared across all sind nodes, redirect sandbox_dir there.
1 parent 6e6c8a5 commit 3858945

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
scontrol show partition
100100
scontrol show node
101101
cat /etc/slurm/slurm.conf
102+
dds-user-defaults --default
103+
sed -i "s|sandbox_dir=.*|sandbox_dir=/data/.DDS|" $(dds-user-defaults --config)
104+
cat $(dds-user-defaults --config)
102105
dds-session start
103106
dds-submit -r slurm -n 2 --slots 4 -c /data/tests/slurm.cfg
104107
for i in $(seq 1 24); do

0 commit comments

Comments
 (0)