aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-integration.yaml
AgeCommit message (Collapse)Author
2018-07-31trigger-lt-qcom-linux-integration: fix ROOTFS_URL variablesNicolas Dechesne
The ROOTFS_URL variables are wrongly set to RAMDISK_URL, which leads to further errors in the triggered jobs. Change-Id: I471cc2c3cd283ec15c809f3a3c84dbb0627e56bc Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-07-31lt-qcom*: fixup all permissionsNicolas Dechesne
Make sure that all jobs permissions/authorizations are the same for all LT QCOM jobs. Change-Id: I925b0e3298b9ca02f3122433b29757e165503d43 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-07-12{trigger-,}lt-qcom-linux-integration: Add support for generate rootfsAníbal Limón
The functional testing requires a full userspace (rootfs) with tools to make testing. Copy the kernel modules and firmware to the rootfs and generates boot images that boots from rootfs (UFS, eMMC, etc). Change-Id: I8559804e3fb9cb8403bd20e324d4357ddf01fa44 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-07-12lt-qcom-linux-integration: Change ROOTFS_URL to RAMDISK_URLAníbal Limón
We want to do functional testing that requires a full rootfs userspace image so change the name to make difference between bootrr testing (ramdisk) and functional testing (using storage). Change-Id: I198b0e3c6fd136f739ca99289311b4a7075dcda8 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-06-27lt-qcom-linux-mainline: add new buildNicolas Dechesne
Add a new build (and its trigger) to create boot image from kernelci mainline/master builds. For now, we don't run any tests, it's just to have pre-built boot image for each new master updates, for convenience. trigger-lt-qcom-linux-integration.yaml is modified so that the delta between both jobs is kept minimal. Change-Id: I4d8a476ca7d8dd6815f86b1778590b86b42aed54 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-06-20lt-qcom-linux-integration: Add support for sdm845-mtpAníbal Limón
Currently is using the ramdisk userspace from db410c. Change-Id: Ib4a0a76519db37ec596d8ae34a6a1bedb2d7c41a Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-06-11lt-qcom-linux-integration: Add KERNEL_VERSION to boot imageAníbal Limón
In order to have a clear insight of what version was build. Change-Id: I55f139bc4704bf407a21f7de76ca8cb319a823a2 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-05-16trigger-lt-qcom-linux-integration: Add support for db820cAníbal Limón
Will re-use kernel and modules URL's from db410c and figure out the dtb and the ramdisk for db820c. Change-Id: Ibdb0fa237033cfd25f569c817bee6fb8e1779f8f Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-02-22trigger-lt-qcom-linux-integration: revert to patchset #8Fathi Boudra
Patchset #9 overwrote previous fixes. Change-Id: I50cc4c291365e6fd38451dc24c8a77725d380b65 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2018-02-22trigger-lt-qcom-linux-integration: Add triggerAníbal Limón
This trigger will look into the latest Kernel CI build (comparing the build date) and will get the last rpb-initramfs-image-test to send a LT Qualcomm Linux integration build to QA Reports/LAVA. To avoid build twice the same kernel/dt/modules and ramdisk search in the previous published builds and if one is found exit with 1 to not trigger . Change-Id: Idb8b1a65d167a1a2138c930e43a8cac8888ea0eb Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>