Skip to content

Commit 0c715cb

Browse files
committed
ci: put artifacts on the runner's SSDs, not the ramdisk
1 parent 0b6a767 commit 0c715cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/buildomat/jobs/phd-run.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ indir="/input"
2121
indir_suffix="phd-build/out/*.tar.gz"
2222
phddir="$PWD/phd-test"
2323

24-
# Download artifacts to /work so that the runner can create ZFS clones of them
25-
# to reduce the number of files it needs to copy repeatedly.
26-
artifactdir="/work/phd-artifacts"
24+
# Put artifacts on the runner's SSDs (the /work ramdisk is small by design, too
25+
# small for images of any appreciable size).
26+
pfexec zpool create -f phd-artifacts c1t1d0 c2t1d0
27+
artifactdir="/phd-artifacts"
2728

2829
banner 'Inputs'
2930
find $indir -ls

0 commit comments

Comments
 (0)