aboutsummaryrefslogtreecommitdiff
path: root/debian-armhf-rootfs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'debian-armhf-rootfs.yaml')
-rw-r--r--debian-armhf-rootfs.yaml17
1 files changed, 10 insertions, 7 deletions
diff --git a/debian-armhf-rootfs.yaml b/debian-armhf-rootfs.yaml
index ed70381634..ddd2d46df1 100644
--- a/debian-armhf-rootfs.yaml
+++ b/debian-armhf-rootfs.yaml
@@ -5,6 +5,7 @@
logrotate:
daysToKeep: 30
numToKeep: 30
+ artifactNumToKeep: 1
properties:
- authorization:
anonymous:
@@ -22,26 +23,25 @@
url: git://git.linaro.org/ci/ubuntu-build-service.git
refspec: +refs/heads/master:refs/remotes/origin/master
name: origin
- branches:
+ branches:
- refs/heads/master
skip-tag: true
shallow-clone: true
- clean: true
+ clean:
+ after: true
wipe-workspace: false
axes:
- axis:
type: slave
name: label
values:
- - build
+ - docker-jessie-armhf
- axis:
type: user-defined
name: rootfs
values:
- alip
- developer
- execution-strategy:
- sequential: true
wrappers:
- timestamps
- matrix-tie-parent:
@@ -61,6 +61,10 @@
sudo umount builddir
}
+ sudo apt-get update
+ sudo apt-get install -y --no-install-recommends cpio debootstrap live-build
+ sudo dpkg -i --force-all packages/live-build_3.0.5-1linaro1_all.deb
+
dpkg -s qemu-user-static |grep '^Version'
dpkg -s live-build |grep '^Version'
@@ -77,7 +81,6 @@
time python ${HOME}/bin/linaro-cp --link-latest out debian/images/${rootfs}-armhf/${BUILD_NUMBER}
publishers:
- archive:
- artifacts: 'out/*'
- latest-only: true
+ artifacts: 'out/linaro-jessie-${rootfs}-*'
- email:
recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org'