- job: name: ltp-upstream project-type: matrix defaults: global properties: - authorization: anonymous: - job-read - job-extended-read - job-workspace linaro: - 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: SRCREV_ltp - string: name: IMAGES default: 'rpb-console-image' - string: name: IMAGES_RPB default: '' - string: name: IMAGES_RPB_WAYLAND default: '' - string: name: MANIFEST_URL default: 'https://github.com/96boards/oe-rpb-manifest.git' - string: name: MANIFEST_BRANCH default: 'rocko' - string: name: BASE_URL default: 'http://snapshots.linaro.org/' - string: name: PUB_DEST default: 'openembedded/ltp/${MANIFEST_BRANCH}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}' - string: name: LAVA_SERVER default: 'validation.linaro.org/RPC2/' - string: name: QA_SERVER default: 'https://qa-reports.linaro.org' - string: name: QA_SERVER_PROJECT default: 'rpb-oe' - string: name: QA_SERVER_TEAM default: 'rpb' disabled: false node: master display-name: 'LTP upstream (master)' axes: - axis: type: user-defined name: MACHINE values: - 'hikey' - axis: type: user-defined name: DISTRO values: - rpb - axis: type: slave name: label values: - docker-stretch-amd64 execution-strategy: sequential: false wrappers: - timestamps - ssh-agent-credentials: users: - 'OE_COMMIT_BOT_KEY' - credentials-binding: - text: credential-id: QA_REPORTS_TOKEN variable: QA_REPORTS_TOKEN builders: - shell: | #!/bin/bash # Mapping for MACHINE -> DEVICE_TYPE case "${MACHINE}" in hikey) DEVICE_TYPE=hi6220-hikey ;; *) echo "Skip DEVICE_TYPE for ${MACHINE}" ;; esac echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters - inject: properties-file: device_type_parameters - shell: !include-raw: rpb-openembedded/builders-ltp.sh - inject: properties-file: post_build_lava_parameters - linaro-publish-token - shell: !include-raw: rpb-openembedded/publishers.sh # - shell: # !include-raw: rpb-openembedded/submit_for_testing.sh publishers: - groovy-postbuild: script: !include-raw: - openembedded-lkft/postbuild.groovy # We can only archive files that are located in the workspace # - archive: # artifacts: 'build/tmp-*glibc/deploy/images/${MACHINE}/*' - email-ext: recipients: 'fathi.boudra@linaro.org' always: true matrix-trigger: only-parent