=== modified file 'jenkins/jobs/macros.yml'
--- jenkins/jobs/macros.yml 2015-10-14 04:25:58 +0000
+++ jenkins/jobs/macros.yml 2015-11-06 13:50:40 +0000
@@ -38,6 +38,7 @@
if [ $CURTIN_BRANCH ]
then
mv curtin maas/debian/curtin
+ # TODO: We need to build the debian packages here
else
echo CURTIN_BRANCH was not set - not sending the curtin tree to the testbed.
fi
@@ -52,7 +53,7 @@
QEMU_CFG=${MAAS_CI_ROOT}/etc/region.cfg
QEMU_IMG=${ADT_IMAGES_ROOT}/adt-${RELEASE}-amd64-cloud.img
${AUTOPKGTEST_ROOT}/run-from-checkout -U -ddd --output-dir ${WORKSPACE}/results \
- --unbuilt-tree $UNBUILT_TREE --- adt-virt-qemu \
+ --binary <location_of_binary.deb> --unbuilt-tree $UNBUILT_TREE --- adt-virt-qemu \
-d --show-boot \
--ram-size 2048 \
--qemu-options -readconfig\ ${QEMU_CFG} ${QEMU_IMG}