aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded-rpb-zeus.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2019-10-31 20:43:16 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2019-10-31 20:43:16 +0100
commit8fc17db18c3f4352d06d2532463f0b6eba12d5d3 (patch)
tree933f5a2e203391a8404167df7b6ba4b73e048b43 /lt-qcom-openembedded-rpb-zeus.yaml
parent15af057ffa14fdd45568d7d38a4b3b0656c66a5b (diff)
lt-qcom-openembedded-rpb-zeus: add new job
Change-Id: I71aadcbbb17c64726c8781887aa71247ae01d6d5 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-openembedded-rpb-zeus.yaml')
-rw-r--r--lt-qcom-openembedded-rpb-zeus.yaml123
1 files changed, 123 insertions, 0 deletions
diff --git a/lt-qcom-openembedded-rpb-zeus.yaml b/lt-qcom-openembedded-rpb-zeus.yaml
new file mode 100644
index 00000000..5e419f9e
--- /dev/null
+++ b/lt-qcom-openembedded-rpb-zeus.yaml
@@ -0,0 +1,123 @@
+- job:
+ name: lt-qcom-openembedded-rpb-zeus
+ project-type: matrix
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ artifactNumToKeep: 1
+ 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: IMAGES
+ default: 'rpb-console-image rpb-console-image-test'
+ - string:
+ name: IMAGES_RPB
+ default: 'rpb-desktop-image rpb-desktop-image-test'
+ - string:
+ name: IMAGES_RPB_WAYLAND
+ default: 'rpb-weston-image rpb-weston-image-test'
+ - string:
+ name: MANIFEST_URL
+ default: 'https://github.com/96boards/oe-rpb-manifest.git'
+ - string:
+ name: MANIFEST_BRANCH_PREFIX
+ default: 'qcom/'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'zeus'
+ - string:
+ name: BASE_URL
+ default: 'https://snapshots.linaro.org/'
+ - 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'
+ disabled: false
+ node: master
+ display-name: 'Qualcomm OpenEmbedded RPB (zeus)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'dragonboard-410c'
+ - 'dragonboard-820c'
+ - 'dragonboard-845c'
+ - axis:
+ type: user-defined
+ name: DISTRO
+ values:
+ - rpb
+ - rpb-wayland
+ - 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
+
+ # some machine names we use on 96boards are slightly different
+ case "${MACHINE}" in
+ dragonboard-410c)
+ MACHINE=dragonboard410c
+ ;;
+ dragonboard-820c)
+ MACHINE=dragonboard820c
+ ;;
+ dragonboard-845c)
+ MACHINE=dragonboard845c
+ ;;
+ esac
+
+ echo "PUB_DEST=96boards/${MACHINE}/linaro/openembedded/${MANIFEST_BRANCH}/${BUILD_NUMBER}/${DISTRO}" > pub_dest_parameters
+ - inject:
+ properties-file: pub_dest_parameters
+ - shell:
+ !include-raw: rpb-openembedded/builders.sh
+ - inject:
+ properties-file: post_build_lava_parameters
+ - linaro-publish-token
+ - shell:
+ !include-raw: rpb-openembedded/publishers.sh
+ - shell:
+ !include-raw: lt-qcom-openembedded/submit_for_testing.sh
+ publishers:
+ - groovy-postbuild:
+ script:
+ !include-raw:
+ - rpb-openembedded/postbuild.groovy
+ - openembedded-lkft/postbuild.groovy
+ - email-ext:
+ recipients: 'fathi.boudra@linaro.org, nicolas.dechesne@linaro.org, anibal.limon@linaro.org'
+ failure: true
+ still-failing: true
+ matrix-trigger: only-parent