We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6a767 commit 0c715cbCopy full SHA for 0c715cb
.github/buildomat/jobs/phd-run.sh
@@ -21,9 +21,10 @@ indir="/input"
21
indir_suffix="phd-build/out/*.tar.gz"
22
phddir="$PWD/phd-test"
23
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"
+# Put artifacts on the runner's SSDs (the /work ramdisk is small by design, too
+# small for images of any appreciable size).
+pfexec zpool create -f phd-artifacts c1t1d0 c2t1d0
27
+artifactdir="/phd-artifacts"
28
29
banner 'Inputs'
30
find $indir -ls
0 commit comments