aboutsummaryrefslogtreecommitdiff
path: root/khilman-buildroot.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 /khilman-buildroot.yaml
parente7296994681e5ed2da84e521239a2a46df795228 (diff)
Cleanup: remove all deleted jobs
Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'khilman-buildroot.yaml')
-rw-r--r--khilman-buildroot.yaml72
1 files changed, 0 insertions, 72 deletions
diff --git a/khilman-buildroot.yaml b/khilman-buildroot.yaml
deleted file mode 100644
index 9a42258258..0000000000
--- a/khilman-buildroot.yaml
+++ /dev/null
@@ -1,72 +0,0 @@
-- job:
- name: khilman-buildroot
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- khilman@kernel.org:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- - github:
- url: https://github.com/kernelci/buildroot/
- disabled: true
- node: kernelci
- child-workspace: .
- display-name: 'DELETE ME'
- scm:
- - git:
- url: https://github.com/kernelci/buildroot.git
- refspec: +refs/heads/kernelci/latest:refs/remotes/origin/kernelci/latest
- name: origin
- branches:
- - refs/heads/kernelci/latest
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- axes:
- - axis:
- type: slave
- name: label
- values:
- - kernelci
- - axis:
- type: user-defined
- name: arch
- values:
- - armel
- - armeb
- - arm64
- - arm64be
- - x86
- - axis:
- type: user-defined
- name: frag
- values:
- - base
- - tests
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- builders:
- - shell: |
- #!/bin/bash
-
- make clean
- ./configs/frags/build ${arch} ${frag}
- - shell: |
- #!/bin/bash -x
-
- ssh storage.armcloud.us mkdir -p /var/www/images/kernel-ci/images/rootfs/buildroot/${arch}/${frag}
- scp output/images/* storage.armcloud.us:/var/www/images/kernel-ci/images/rootfs/buildroot/${arch}/${frag}/
- publishers:
- - email:
- recipients: 'khilman@kernel.org'