aboutsummaryrefslogtreecommitdiff
path: root/linux-xen.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-04-19 15:27:31 +0530
committerRiku Voipio <riku.voipio@linaro.org>2019-05-03 09:18:42 +0300
commit217a75135db924a492152d117e2c90b1800969c5 (patch)
treed2b1d6bf21f910a143f0fbd51d4a1dbb4b49ab46 /linux-xen.yaml
parente7296994681e5ed2da84e521239a2a46df795228 (diff)
Cleanup: remove all deleted jobs
Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'linux-xen.yaml')
-rw-r--r--linux-xen.yaml58
1 files changed, 0 insertions, 58 deletions
diff --git a/linux-xen.yaml b/linux-xen.yaml
deleted file mode 100644
index 40c6762ce4..0000000000
--- a/linux-xen.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-- job:
- name: linux-xen
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- disabled: true
- display-name: 'DELETE ME'
- axes:
- - axis:
- type: user-defined
- name: hwpack
- values:
- - arndale
- - mustang
- - axis:
- type: slave
- name: label
- values:
- - docker-jessie-amd64
- triggers:
- - timed: 'H(0-30) H(12) * * *'
- wrappers:
- - timestamps
- - matrix-tie-parent:
- node: master
- builders:
- - linaro-publish-token
- - shell: |
- #!/bin/bash -e
- rm -rf xen-ci
- git clone git://git.linaro.org/ci/xen-ci.git xen-ci
-
- bash ./xen-ci/jenkins/xen-image
- # Publish
- mkdir -p out/
- mv xenlava-${hwpack}.img.xz xenlava-${hwpack}.tar.xz *.dtb Image* uXen* out/||true
- 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
- python ${HOME}/bin/linaro-cp.py --api_version 3 --link-latest out ubuntu/images/xen/${hwpack}/${BUILD_NUMBER}/
- - trigger-builds:
- - project: 'post-build-lava'
- property-file: post_build_lava_parameters
- block: true
- publishers:
- - email:
- recipients: 'riku.voipio@linaro.org'