aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-integration.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2019-02-06 00:21:23 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2019-02-06 15:26:08 +0000
commit07920dc05fd212cd7a115e3e60f397fdc706b8bb (patch)
treea5812cc0d1129afa4df29bc205beb5acec16e3e7 /trigger-lt-qcom-linux-integration.yaml
parentc78487c092a002d79d78c988e1e31163e8d2f325 (diff)
lt-qcom-linux-{integration,mainline}: simplify list of parameters
We recently started to use generic images for all boards, to ROOTFS and RAMDISK variables don't need to be per-board, they are all the same. Also we can assume that all DTBS are located under the same folder, so we can make KERNEL_DT_URL generic and indicate a folder where all DTBS can be found. We are still checking that DTBS for all supported MACHINES exist. This patch also removed all unused (or uninitialized) job parameters, and we set MACHINES in the top level .yaml file to better control the list of MACHINES to test for each job. Change-Id: If0b987e83b429f8bca8f1192c1f8330268782a5e Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-linux-integration.yaml')
-rw-r--r--trigger-lt-qcom-linux-integration.yaml22
1 files changed, 7 insertions, 15 deletions
diff --git a/trigger-lt-qcom-linux-integration.yaml b/trigger-lt-qcom-linux-integration.yaml
index 3c6b86ad41..c14d7bc9e9 100644
--- a/trigger-lt-qcom-linux-integration.yaml
+++ b/trigger-lt-qcom-linux-integration.yaml
@@ -16,6 +16,10 @@
- build-discarder:
days-to-keep: 30
num-to-keep: 30
+ parameters:
+ - string:
+ name: MACHINES
+ default: 'apq8016-sbc apq8096-db820c sdm845-mtp qcs404-evb-1000 qcs404-evb-4000'
disabled: false
node: master
display-name: 'Trigger for LT Qualcomm Linux Integration build'
@@ -51,19 +55,7 @@
KERNEL_IMAGE_URL=${KERNEL_IMAGE_URL}
KERNEL_MODULES_URL=${KERNEL_MODULES_URL}
KERNEL_VERSION=${KERNEL_VERSION}
- KERNEL_DT_URL_apq8016_sbc=${KERNEL_DT_URL_apq8016_sbc}
- RAMDISK_URL_apq8016_sbc=${RAMDISK_URL_apq8016_sbc}
- ROOTFS_URL_apq8016_sbc=${ROOTFS_URL_apq8016_sbc}
- KERNEL_DT_URL_apq8096_db820c=${KERNEL_DT_URL_apq8096_db820c}
- RAMDISK_URL_apq8096_db820c=${RAMDISK_URL_apq8096_db820c}
- ROOTFS_URL_apq8096_db820c=${ROOTFS_URL_apq8096_db820c}
- KERNEL_DT_URL_sdm845_mtp=${KERNEL_DT_URL_sdm845_mtp}
- RAMDISK_URL_sdm845_mtp=${RAMDISK_URL_sdm845_mtp}
- ROOTFS_URL_sdm845_mtp=${ROOTFS_URL_sdm845_mtp}
- KERNEL_DT_URL_qcs404_evb_1000=${KERNEL_DT_URL_qcs404_evb_1000}
- RAMDISK_URL_qcs404_evb_1000=${RAMDISK_URL_qcs404_evb_1000}
- ROOTFS_URL_qcs404_evb_1000=${ROOTFS_URL_qcs404_evb_1000}
- KERNEL_DT_URL_qcs404_evb_4000=${KERNEL_DT_URL_qcs404_evb_4000}
- RAMDISK_URL_qcs404_evb_4000=${RAMDISK_URL_qcs404_evb_4000}
- ROOTFS_URL_qcs404_evb_4000=${ROOTFS_URL_qcs404_evb_4000}
+ KERNEL_DT_URL=${KERNEL_DT_URL}
+ RAMDISK_URL=${RAMDISK_URL}
+ ROOTFS_URL=${ROOTFS_URL}
condition: SUCCESS