aboutsummaryrefslogtreecommitdiff
path: root/khilman-buildroot.yaml
diff options
context:
space:
mode:
authorKevin Hilman <khilman@linaro.org>2015-11-11 11:10:00 -0800
committerKevin Hilman <khilman@linaro.org>2015-11-11 12:03:40 -0800
commitb4d921cd0db32040af185a2a8bc9fc99fdf524e3 (patch)
tree22ced38a7bae8a96ff82be987bd986fbadffa02a /khilman-buildroot.yaml
parent2cfdce218e36d96a0901fd04151aee00d790307f (diff)
khilman-buildroot: add axis for build fragments
This also changes the directory layout on the storage host to now have another subdirectory for the build fragment type. Change-Id: Ia1930f270f09f9046bf6d2f2911e279c09260d1f
Diffstat (limited to 'khilman-buildroot.yaml')
-rw-r--r--khilman-buildroot.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/khilman-buildroot.yaml b/khilman-buildroot.yaml
index 49da437b7c..0f71e510f2 100644
--- a/khilman-buildroot.yaml
+++ b/khilman-buildroot.yaml
@@ -49,6 +49,12 @@
- arm64
- arm64be
- x86
+ - axis:
+ type: user-defined
+ name: frags
+ values:
+ - base
+ - testpackages
wrappers:
- timestamps
- build-name:
@@ -62,7 +68,8 @@
- shell: |
#!/bin/bash
- scp output/images/rootfs.cpio.* output/images/rootfs.tar.* storage.armcloud.us:/var/www/images/kernel-ci/images/rootfs/buildroot/${arch}
+ ssh storage.armcloud.us mkdir -p /var/www/images/kernel-ci/images/rootfs/buildroot/${arch}/${frag}
+ scp output/images/rootfs.cpio.* output/images/rootfs.tar.* storage.armcloud.us:/var/www/images/kernel-ci/images/rootfs/buildroot/${arch}/${frag}/
publishers:
- email:
recipients: 'khilman@kernel.org'