- job: name: lt-qcom-linux-mainline project-type: matrix defaults: global logrotate: daysToKeep: 30 numToKeep: 30 properties: - authorization: anonymous: - job-read - job-extended-read - job-workspace linaro-landing-team-qualcomm-personnel: - job-read - job-extended-read - job-build - job-cancel parameters: - string: name: KERNEL_IMAGE_URL default: '' - string: name: KERNEL_MODULES_URL default: '' - string: name: KERNEL_VERSION default: 'noversion' - string: name: KERNEL_DT_URL default: '' - string: name: FIRMWARE_URL_apq8016_sbc default: 'http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-dragonboard410c_1034.2.1-5_all.deb http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-soc_20200817-1+linaro1_all.deb' - string: name: FIRMWARE_URL_apq8096_db820c default: 'http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-dragonboard820c_01700.1-4_all.deb http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-atheros_20200817-1+linaro1_all.deb http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-soc_20200817-1+linaro1_all.deb' - string: name: FIRMWARE_URL_sdm845_db845c default: 'http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-dragonboard845c_20190529180356-v4+linaro6_all.deb http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-atheros_20200817-1+linaro1_all.deb http://obs.linaro.org/linaro-overlay-sid/sid/all/firmware-qcom-soc_20200817-1+linaro1_all.deb' - string: name: KERNEL_FLAVOR default: 'linux-mainline' - string: name: PUB_DEST default: "member-builds/qcomlt/${KERNEL_FLAVOR}/${MACHINE}/${BUILD_NUMBER}" - string: name: LAVA_SERVER default: 'https://validation.linaro.org/RPC2/' - string: name: STAGING_LAVA_SERVER default: 'https://staging.validation.linaro.org/RPC2/' - string: name: QA_SERVER default: 'https://qa-reports.linaro.org' - string: name: QA_SERVER_PROJECT default: 'linux-master' - string: name: BOOTRR_GIT_REPO default: 'https://github.com/andersson/bootrr.git' - string: name: BOOTRR_GIT_BRANCH default: 'master' disabled: false node: master display-name: 'Qualcomm LT Linux Mainline images build' axes: - axis: type: user-defined name: MACHINE values: - 'apq8016-sbc' - 'apq8096-db820c' - 'sdm845-db845c' - 'sdm845-mtp' - 'qcs404-evb-1000' - 'qcs404-evb-4000' - axis: type: slave name: label values: - docker-stretch-amd64 execution-strategy: sequential: false wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}' - credentials-binding: - text: credential-id: QA_REPORTS_TOKEN variable: QA_REPORTS_TOKEN - text: credential-id: QCOMLT_KERNELCI_TOKEN variable: QCOMLT_KERNELCI_TOKEN builders: - shell: !include-raw: lt-qcom/builders-deps.sh - shell: !include-raw: lt-qcom-linux-test/builders.sh - inject: properties-file: builders_out_parameters - linaro-publish-token - shell: !include-raw: lt-qcom/publishers.sh - inject: properties-file: builders_out_parameters - shell: !include-raw: lt-qcom-linux-test/submit_for_testing.sh publishers: - groovy-postbuild: script: !include-raw: - rpb-openembedded/postbuild.groovy - openembedded-lkft/postbuild.groovy - email-ext: recipients: 'anibal.limon@linaro.org nicolas.dechesne@linaro.org' failure: true still-failing: true matrix-trigger: only-parent