aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-uefi-staging.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2019-09-16 16:32:52 +0300
committerRiku Voipio <riku.voipio@linaro.org>2019-09-24 23:40:08 +0100
commit91e325836e79f753cda80f24f75d1d139c2b67c7 (patch)
tree0ebf996ba0fcc2ab55fe97df7921ccca9cf33afd /96boards-reference-uefi-staging.yaml
parentb9c0477c3aaf523df55aeb9d27341551fd3377d7 (diff)
rename job filaname to match job name
Change-Id: I708220713102c0fedc7b2d33e064b8df67288b6a Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to '96boards-reference-uefi-staging.yaml')
-rw-r--r--96boards-reference-uefi-staging.yaml79
1 files changed, 79 insertions, 0 deletions
diff --git a/96boards-reference-uefi-staging.yaml b/96boards-reference-uefi-staging.yaml
new file mode 100644
index 00000000..c894f32d
--- /dev/null
+++ b/96boards-reference-uefi-staging.yaml
@@ -0,0 +1,79 @@
+- job:
+ name: 96boards-reference-uefi-staging
+ project-type: matrix
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: EDK2_VERSION
+ default: 'origin/release-prep'
+ - string:
+ name: ATF_VERSION
+ default: 'v1.5'
+ - string:
+ name: OPTEE_VERSION
+ default: '3.0.0'
+ disabled: false
+ node: master
+ child-workspace: .
+ display-name: 'Reference Platform - UEFI (staging)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MX_PLATFORM
+ values:
+ - hikey
+ - hikey960
+ - axis:
+ type: user-defined
+ name: MX_TYPE
+ values:
+ - RELEASE
+ - DEBUG
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-stretch-amd64
+ execution-strategy:
+ sequential: false
+ wrapper:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ - matrix-tie-parent:
+ node: master
+ builders:
+ - shell:
+ !include-raw: rpb-uefi/staging/builders.sh
+ - linaro-publish-token
+ - shell: |
+ #!/bin/bash
+
+ # Publish
+ test -d ${HOME}/bin || mkdir ${HOME}/bin
+ wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
+ time python ${HOME}/bin/linaro-cp.py \
+ --server ${PUBLISH_SERVER} \
+ out/${BUILD_TYPE} reference-platform/components/uefi-staging/${BUILD_NUMBER}/${BUILD_TYPE}/${MX_PLATFORM}/
+ python ${HOME}/bin/linaro-cp.py \
+ --server ${PUBLISH_SERVER} \
+ --make-link reference-platform/components/uefi-staging/${BUILD_NUMBER}
+ publishers:
+ - email-ext:
+ recipients: 'fathi.boudra@linaro.org, qa-team@linaro.org'
+ always: true
+ matrix-trigger: only-parent