aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-dragonboard410c.yaml
AgeCommit message (Collapse)Author
2017-11-23lt-qcom: move submit for testing into their own scriptsFathi Boudra
It's easier to compare and consistent with the other jobs. Change-Id: I6aab51123c30b5c47abb5fddd76e72ff84f3a860 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-11-22lt-qcom-{debian,openembedded}.yaml: Fix LAVA test job submissionAníbal Limón
Missing a \ to continue parameters in submit_for_testing.py call. Change-Id: I1ef14bab9e86efcbd04877ccea89a04a6ea9e8f8 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2017-11-22lt-qcom-debian-images-dragonboard410c: Add support for LAVA testingAníbal Limón
- Use the same templates as an OE build and the same test plans without ptest because isn't available on debian. - Use the openembedded-lkft scripts to send the job to QA-REPORTS and LAVA. Change-Id: I37406498d5c8a6ec1a3157070e352fc82b1403c5 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2017-11-17lt-qcom-*: sanitize released images and zip filesNicolas Dechesne
We are carrying a few inconsistencies in the released file names, this patch fixes them all, and align all output file using the same naming conventions. The following changes are done: * all output images (and zip) must contain the board name, such as dragonboard-410c or dragonboard-820c * all ZIP files include a top level folder that includes BUILD_NUMBER * the date has been removed from the file names, only BUILD_NUMBER is kept. All debug/date info is available in the build log if needed * "_" have been replaced with "-" * Some released files did not have a VERSION string (such as the rescue SD image), it now includes it. * db410c and db820c have been replaced with dragonboard-410c and dragonboard-820c whenever needed Change-Id: Iebeef251fe0e520cbb17a1a31436f7da7414c5d9 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-13lt-qcom-debian-images-dragonboard410c: add installer and SD card imagesNicolas Dechesne
The SD installer and SD boot images were disabled during the transition from hwpacks to FAI based builds. This patch adds them back. Change-Id: I404abb778cffeffd27457b95dbea01aa6705bcfe Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-10lt-qcom-debian-images-db410c: switch to FAI and BusterNicolas Dechesne
* Switch to using FAI to build images * Switch to Buster * Delete builders-arm64.sh , the old script that used ubuntu-build-service and hwpacks. * Remove LAVA tests, they need to be updated anyways for v2 * Remove SD card image generation, for now. * Add a new trigger job, it is different from db820c to avoid both jobs to run simultaneously, and to allow them to evolve independently from each other. This is a phased approach, this patch adds minimal build support, and if/when it's working, we can finish the work, especially: * add LAVA CI * add SD image for Installer * add SD boot image Change-Id: I985387002078a1d7f756517d4f191538f2ce6816 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-03lt-qcom-*.yaml: Add myself to the email recipentsAníbal Limón
Change-Id: I338e0668963bdd707193efe9838783401630e87a Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2017-09-10lt-qcom-debian-images: add new parameter for linaro overlayNicolas Dechesne
The linaro overlay address changes based on the Debian version, we need a new parameter to set it. Change-Id: I53943379787f310e4ef666764d02ce182dd6989e Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-23lt-qcom-debian-images-dragonboard410c: create prebuilt bootable SD cardNicolas Dechesne
We provide instructions to create a bootable SD card, but users have been requesting for prebuilt bootable SD image. This patch adds a generic script that creates bootable SD card, only for developer image right now, until we are sure that everything works as expected. Change-Id: Ia6f2b2ef9f83ec27174288c5d39de90c524fd6c1 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-05lt-qcom-*: switch to new firmware releaseNicolas Dechesne
Change-Id: Id9239adc93a0cba0a1f4e9dc2b4bc3187b37fd5a Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-04lt-qcom-debian-images-dragonboard410c: fix typosNicolas Dechesne
* fix FIRWARE md5 sum * fix variable name Change-Id: I43512fa320b9bebe67d9ebc4b2e8d82d6fe1cff2 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-04lt-qcom-*-dragonboard410c: add support for next QDN firmware releaseNicolas Dechesne
* new LICENSE which allows (easier) redistribution * removal of non PSCI TZ firmware * removal of duplicate firmware files in proprietary-linux (WLAN) * migration to mainline SBL which does not support SD card boot, so we are reusing SBL from previous release for SD boot. * support for CDT partition * no change for Android BSP, only Linux BSP Change-Id: If522d5a3eb84a5b2bde2ebe2ca6b532911b4d372 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-26lt-qcom-*: always send an email to myself for LT QCOM buildsNicolas Dechesne
Change-Id: Ie467372811b6bcdf84e84626e44a17c9102494b5 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-21lt-qcom-debian-images-dragonboard*: publish build logNicolas Dechesne
Publish the CI build log file. Change-Id: Ib484e4ded056ab674d0cdd9e6ea802e08c82fcc6 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-02lt-qcom-debian-images: move all 4.4 builds to 4.9 branchNicolas Dechesne
Change-Id: I51ab3f879748b11cb4a686ea57900a51f6f380c5 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-02-27lt-qcom*: major cleanup in all the jobsNicolas Dechesne
* removed all 'tracking' jobs, they are not used well for now, we will recreate them in a better and more useful way later, when testing is in place * rename all images job to start with lt-qcom-debian-images-xxx * rename all bootloader jobs to start with lt-qcom-bootloader * moved all helper scripts in common folder, they will be factorized later Change-Id: I92f5bfae9dd880ec3fca3e095473fbbf82c926a7 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>