aboutsummaryrefslogtreecommitdiff
path: root/mbl-openembedded-master.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-09-07 20:02:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-09-07 20:02:07 +0300
commit14bc722b941762ecc6f30d66a59e6c7417f83fa9 (patch)
treec001b08d552722bc9cf183ffa73695e2070d2375 /mbl-openembedded-master.yaml
parent7af8c14bace604e881405b0b1c2e9c9678ff03dc (diff)
mbl-openembedded: rename the job
Change-Id: I22ea0a21d143a28143034f9ec62587ded9a13b44 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'mbl-openembedded-master.yaml')
-rw-r--r--mbl-openembedded-master.yaml93
1 files changed, 0 insertions, 93 deletions
diff --git a/mbl-openembedded-master.yaml b/mbl-openembedded-master.yaml
deleted file mode 100644
index 2193dbd12c..0000000000
--- a/mbl-openembedded-master.yaml
+++ /dev/null
@@ -1,93 +0,0 @@
-- job:
- name: mbl-reference-platform-openembedded-master
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- artifactNumToKeep: 1
- properties:
- - authorization:
- linaro:
- - job-read
- mbl-ci-users:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- parameters:
- - string:
- name: IMAGES
- default: 'rpb-console-image rpb-console-image-lava'
- - string:
- name: MANIFEST_BRANCH
- default: 'linaro-ci'
- - string:
- name: BASE_URL
- default: 'https://snapshots.linaro.org/'
- - string:
- name: PUB_DEST
- default: 'openembedded/mbl/${MACHINE}/${BUILD_NUMBER}/${DISTRO}'
- disabled: false
- node: master
- display-name: 'MBL - OpenEmbedded'
- axes:
- - axis:
- type: user-defined
- name: MACHINE
- values:
- - 'imx7s-warp'
- - 'raspberrypi3'
- - axis:
- type: user-defined
- name: DISTRO
- values:
- - rpb
- - axis:
- type: slave
- name: label
- values:
- - docker-jessie-amd64
- execution-strategy:
- sequential: false
- wrappers:
- - timestamps
- - ssh-agent-credentials:
- users:
- - 'MBL'
- builders:
- - shell:
- !include-raw: mbl-openembedded/builders.sh
- - inject:
- properties-file: post_build_lava_parameters
- - linaro-publish-token
- - shell: |
- #!/bin/bash
-
- cat > ${WORKSPACE}/BUILD-INFO.txt << EOF
- Format-Version: 0.5
-
- Files-Pattern: *
- License-Type: protected
- Auth-Groups: mbl-ci-users
- EOF
-
- # Publish
- test -d ${HOME}/bin || mkdir ${HOME}/bin
- wget -q 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} \
- --build-info ${WORKSPACE}/BUILD-INFO.txt \
- ${DEPLOY_DIR_IMAGE}/ ${PUB_DEST}
- time python ${HOME}/bin/linaro-cp.py \
- --server ${PUBLISH_SERVER} \
- --make-link \
- $(dirname ${PUB_DEST})
- publishers:
-# 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, ryan.harkin@linaro.org, paul.liu@linaro.org'
- always: true
- matrix-trigger: only-parent