Skip to content

Commit 137c065

Browse files
committed
tests/ci: also use CIDISK for image output
This sets up future work to allow multiple concurrent CI runs, each possibly with their own image file. Signed-off-by: Siva Mahadevan <[email protected]> Sponsored by: The FreeBSD Foundation
1 parent 1d7d7a5 commit 137c065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ci/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ KLDFILEMONISLOADED!=kldload -q -n filemon 2>/dev/null && echo "1" || echo "0"
134134
METAMODE?=-DWITH_META_MODE
135135
.endif
136136

137-
CLEANFILES+= ${.OBJDIR}/${CIIMAGE} ${.OBJDIR}/ci.img ${META_TAR}
137+
CLEANFILES+= ${CIDISK} ${.OBJDIR}/ci.img ${META_TAR}
138138
IMAGEDIR= ${.OBJDIR}/ci-buildimage
139139
CLEANDIRS+= ${IMAGEDIR}
140140

@@ -190,7 +190,7 @@ ci-buildimage: ${QEMUTGT} ci-buildkernel-${TARGET_ARCH:tl} .PHONY
190190
${RELEASEDIR}/scripts/mk-vmimage.sh \
191191
-C ${RELEASEDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} -F ${VMFS} \
192192
-i ${.OBJDIR}/ci.img -s ${VMSIZE} -f ${FORMAT} \
193-
-S ${WORLDDIR} -o ${.OBJDIR}/${CIIMAGE} -c ${CICONF} \
193+
-S ${WORLDDIR} -o ${CIDISK} -c ${CICONF} \
194194
> ${.CURDIR}/_.${TARGET_ARCH}.${.TARGET} 2>&1 || \
195195
(echo "${.TARGET} failed, check _.${TARGET_ARCH}.${.TARGET} for details" ; false)
196196
touch ${.TARGET}

0 commit comments

Comments
 (0)