From 16a89509116ac84f75ed527fbb9d0ec55f666560 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Fri, 23 Oct 2015 02:25:56 -0200 Subject: 96boards-reference-platform-debian: adding job-configure and fix the previous debug logic Job-configure allows the job owner to change and test before pushing the final changes. Change-Id: I120549de00f31c76705d7a3c6994e2b7f322e59e Signed-off-by: Ricardo Salveti --- 96boards-reference-platform-debian.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/96boards-reference-platform-debian.yaml b/96boards-reference-platform-debian.yaml index 1c91e71933..e571199ef7 100644 --- a/96boards-reference-platform-debian.yaml +++ b/96boards-reference-platform-debian.yaml @@ -14,6 +14,7 @@ linaro: - job-read - job-extended-read + - job-configure - job-build - job-cancel disabled: false @@ -95,10 +96,10 @@ export ROOTFS_BUILD_URL="http://snapshots.linaro.org/debian/images/alip-arm64/${ROOTFS_BUILD_NUMBER}/linaro-jessie-alip-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.tar.gz" wget --progress=dot -e dotbytes=2M ${ROOTFS_BUILD_URL} #ROOTFS_BUILD_TAR=linaro-jessie-alip-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.tar.gz - ROOTFS_BUILD_TAR=`ls artifacts/linaro-jessie-alip-*.tar.gz` # debug pwd find ${WORKSPACE} + ROOTFS_BUILD_TAR=`ls artifacts/linaro-jessie-alip-*.tar.gz` # Create pre-built image(s) linaro-media-create --dev fastmodel --output-directory ${WORKSPACE} --image-file ${BOARD}-jessie_alip_${VERSION}.img --image-size 2G --binary ${ROOTFS_BUILD_TAR} --hwpack hwpack_linaro-${BOARD}_*.tar.gz --hwpack-force-yes --bootloader uefi --part-table gpt -- cgit v1.2.3