aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded-warrior.yaml
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-08-13 14:23:11 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2019-08-13 13:23:58 +0000
commit8081c78af4f270667f59ce19edad69e27b55d51d (patch)
treedf80aab3c49efa3633b0f1a40c0519bec4475fc8 /schneider-openembedded-warrior.yaml
parentb00f44a7547977f4dfd710435c1b82ac451ae554 (diff)
schneider-openembedded-warrior.yaml added
Added a new YAML to build the Warrior branch. Change-Id: I86c147211d8bf7001977ff1271f1fbb77c69ed58 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded-warrior.yaml')
-rw-r--r--schneider-openembedded-warrior.yaml128
1 files changed, 128 insertions, 0 deletions
diff --git a/schneider-openembedded-warrior.yaml b/schneider-openembedded-warrior.yaml
new file mode 100644
index 0000000000..357190a2a9
--- /dev/null
+++ b/schneider-openembedded-warrior.yaml
@@ -0,0 +1,128 @@
+- job:
+ name: schneider-openembedded-warrior
+ project-type: matrix
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ artifactNumToKeep: 1
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ ralph.siemsen@linaro.org:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ ryan.harkin@linaro.org:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ schneider-linaro-git@linaro.org:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: IMAGES
+ default: 'dip-image dip-image-dev dip-image-edge'
+ - string:
+ name: IMAGES_RPB
+ default: ''
+ - string:
+ name: IMAGES_RPB_WAYLAND
+ default: ''
+ - string:
+ name: DISTRO_URL_BASE
+ default: 'ssh://git@dev-private-git.linaro.org/schneider'
+ - string:
+ name: DISTRO_DIR
+ default: 'DIP-Yocto-Linux-Distro'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'linaro-warrior'
+ - 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'
+ - string:
+ name: QA_SERVER_TEAM
+ default: 'schneider'
+ - string:
+ name: QA_SERVER_PROJECT
+ default: 'schneider'
+ - string:
+ name: AUTH_GROUPS
+ default: 'linaro, sse-team, schneider-team, schneider-linaro-git'
+ disabled: false
+ node: master
+ display-name: 'Schneider OpenEmbedded (warrior)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'rzn1d'
+ - 'soca9'
+ - axis:
+ type: user-defined
+ name: DISTRO
+ values:
+ - dip
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-stretch-amd64
+ execution-strategy:
+ sequential: false
+ wrappers:
+ - timestamps
+ - ssh-agent-credentials:
+ users:
+ - '768c1ba1-6052-4b97-a531-7e4fabda6979'
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ echo "PUB_DEST=openembedded/schneider/${MANIFEST_BRANCH}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}" > pub_dest_parameters
+ - inject:
+ properties-file: pub_dest_parameters
+ - shell:
+ !include-raw: schneider-openembedded/builders.sh
+ - inject:
+ properties-file: post_build_lava_parameters
+ - linaro-publish-token
+ - shell:
+ !include-raw: rpb-openembedded/buildinfo-protected.sh
+ - shell:
+ !include-raw: rpb-openembedded/publishers.sh
+ - shell:
+ !include-raw: schneider-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, ralph.siemsen@linaro.org, ryan.harkin@linaro.org'
+ always: true
+ matrix-trigger: only-parent