- job: name: lt-qcom-yocto-meta-qcom-master project-type: matrix defaults: global properties: - authorization: anonymous: - job-read - job-extended-read - job-workspace linaro-qualcomm-ci: - job-read - job-extended-read - job-build - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 30 artifact-num-to-keep: 1 parameters: - string: name: IMAGES default: 'core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image' - string: name: POKY_URL default: 'http://git.yoctoproject.org/git/poky' - string: name: DISTRO default: 'poky' disabled: false node: master display-name: 'DELETE ME' axes: - axis: type: user-defined name: MACHINE values: - 'dragonboard-410c' - 'dragonboard-820c' - 'dragonboard-845c' - axis: type: user-defined name: TCLIBC values: - 'glibc' - 'musl' - axis: type: user-defined name: BRANCH values: - 'master' - 'honister' - 'dunfell' triggers: - timed: '@daily' execution-strategy: sequential: false wrappers: - timestamps - ssh-agent-credentials: users: - 'OE_COMMIT_BOT_KEY' - credentials-binding: - text: credential-id: TUXSUITE_TOKEN variable: TUXSUITE_TOKEN - workspace-cleanup builders: - shell: !include-raw: lt-qcom/meta-qcom-tux.sh - inject: properties-file: parameters publishers: - groovy-postbuild: script: !include-raw: - lt-qcom/tuxpub.groovy - email-ext: recipients: 'nicolas.dechesne@linaro.org vishal.bhoj@linaro.org' failure: true still-failing: true matrix-trigger: only-parent