aboutsummaryrefslogtreecommitdiff
path: root/mbl-openembedded-master.yaml
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-03-08 10:43:45 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-03-08 10:43:45 +0000
commitfc00fd1b6eb9a00a1d23dd69294dbf8ee8c013f5 (patch)
tree3382d8972e19cf6e90403d7cf2974212d9256076 /mbl-openembedded-master.yaml
parent81776dbec9c357b96344537ac51f849c76ef2f86 (diff)
mbl-openembedded: removed
MBL jobs are no longer used. Change-Id: I7c43cae332da95260336e13ebb143257a10def6e Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'mbl-openembedded-master.yaml')
-rw-r--r--mbl-openembedded-master.yaml121
1 files changed, 0 insertions, 121 deletions
diff --git a/mbl-openembedded-master.yaml b/mbl-openembedded-master.yaml
deleted file mode 100644
index cdedc35ab8..0000000000
--- a/mbl-openembedded-master.yaml
+++ /dev/null
@@ -1,121 +0,0 @@
-- job:
- name: mbl-openembedded-master
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 90
- numToKeep: 90
- artifactNumToKeep: 1
- properties:
- - authorization:
- linaro:
- - job-read
- mbl-ci-users:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- parameters:
- - string:
- name: IMAGES
- default: 'mbl-console-image-test'
- - string:
- name: CLEAN
- default: 'no'
- - string:
- name: BASE_URL
- default: 'https://snapshots.linaro.org/'
- - string:
- name: PUB_DEST
- default: 'openembedded/mbl/${MANIFEST_BRANCH}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}'
- - string:
- name: LAVA_SERVER
- default: 'https://validation.linaro.org/RPC2/'
- - string:
- name: QA_SERVER
- default: 'https://qa-reports.linaro.org'
- - string:
- name: QA_SERVER_PROJECT
- default: 'mbl'
- - string:
- name: QA_SERVER_TEAM
- default: 'mbl'
- disabled: false
- node: master
- display-name: 'MBL - OpenEmbedded (master)'
- axes:
- - axis:
- type: user-defined
- name: MANIFEST_BRANCH
- values:
- - 'linaro-master'
- - 'linaro-master-pinned'
- - axis:
- type: user-defined
- name: MACHINE
- values:
- - 'imx7s-warp-mbl'
- - 'raspberrypi3-mbl'
- - 'bananapi-zero'
- - axis:
- type: user-defined
- name: DISTRO
- values:
- - mbl
- - axis:
- type: slave
- name: label
- values:
- - docker-stretch-amd64
- execution-strategy:
- sequential: false
- wrappers:
- - timestamps
- - ssh-agent-credentials:
- users:
- - 'MBL'
- - credentials-binding:
- - text:
- credential-id: QA_REPORTS_TOKEN
- variable: QA_REPORTS_TOKEN
- 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})
- - shell:
- !include-raw: mbl-openembedded/submit_for_testing.sh
- publishers:
- - groovy-postbuild:
- script:
- !include-raw: openembedded-lkft/postbuild.groovy
-# 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