Skip to content

Commit a2f8656

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 929bdd1 commit a2f8656

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
@@ -139,7 +139,7 @@ KLDFILEMONISLOADED!=kldload -q -n filemon 2>/dev/null && echo "1" || echo "0"
139139
METAMODE?=-DWITH_META_MODE
140140
.endif
141141

142-
CLEANFILES+= ${.OBJDIR}/${CIIMAGE} ${.OBJDIR}/ci.img ${META_TAR}
142+
CLEANFILES+= ${CIDISK} ${.OBJDIR}/ci.img ${META_TAR}
143143
IMAGEDIR= ${.OBJDIR}/ci-buildimage
144144
CLEANDIRS+= ${IMAGEDIR}
145145

@@ -192,7 +192,7 @@ ci-buildimage: ${QEMUTGT} ci-buildkernel-${TARGET_ARCH:tl} .PHONY
192192
${RELEASEDIR}/scripts/mk-vmimage.sh \
193193
-C ${RELEASEDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} -F ${VMFS} \
194194
-i ${.OBJDIR}/ci.img -s ${VMSIZE} -f ${FORMAT} \
195-
-S ${WORLDDIR} -o ${.OBJDIR}/${CIIMAGE} -c ${CICONF} ${LOG_TARGET}
195+
-S ${WORLDDIR} -o ${CIDISK} -c ${CICONF} ${LOG_TARGET}
196196
touch ${.TARGET}
197197

198198
ci-set-smoke-var: .PHONY

0 commit comments

Comments
 (0)