aboutsummaryrefslogtreecommitdiff
path: root/aes-openembedded-sumo.yaml
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2018-09-05 15:55:48 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-09-05 19:59:31 +0000
commitdd2f18abf33dbd2099a2c2e2874ec80380f2c143 (patch)
tree93c3613af5d81745bd91302be034a0463a4dbe07 /aes-openembedded-sumo.yaml
parent6a597c8c92d28f9d8b2674456a42cd1d43e928e6 (diff)
aes-openembedded-sumo.yaml added
This is an unmodified copy of lt-qcom-openembedded-sumo.yaml. Change-Id: Iea83169f3b6b0c410ec62d1cc580d686c1a786b3 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'aes-openembedded-sumo.yaml')
-rw-r--r--aes-openembedded-sumo.yaml118
1 files changed, 118 insertions, 0 deletions
diff --git a/aes-openembedded-sumo.yaml b/aes-openembedded-sumo.yaml
new file mode 100644
index 0000000000..b30ed17e9b
--- /dev/null
+++ b/aes-openembedded-sumo.yaml
@@ -0,0 +1,118 @@
+- job:
+ name: lt-qcom-openembedded-rpb-sumo
+ 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 initramfs-bootrr-image'
+ - 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: 'sumo'
+ - 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 (sumo)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'dragonboard-410c'
+ - 'dragonboard-820c'
+ - 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
+ ;;
+ 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'
+ always: true
+ matrix-trigger: only-parent