aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-rootfs.yaml
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-09-01 10:46:11 +0200
committerLinaro Code Review <review@review.linaro.org>2015-09-09 08:09:51 +0000
commite8203322edf3ea52c4d2dfa79ee176039daf045d (patch)
tree9275d56262ecf69a61c52aa877f0d6fc3d3105d4 /openembedded-armv8-rootfs.yaml
parent9ae7737397f9e4885ed3c82f3c10229514d5e2e6 (diff)
openembedded-armv8-rootfs: convert to linaro-cp
Change-Id: Ie3ed8a4ab9103bc04ad9fe928130b31d42a3fbd7 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'openembedded-armv8-rootfs.yaml')
-rw-r--r--openembedded-armv8-rootfs.yaml23
1 files changed, 9 insertions, 14 deletions
diff --git a/openembedded-armv8-rootfs.yaml b/openembedded-armv8-rootfs.yaml
index 03c52dd4d5..60f27b72f8 100644
--- a/openembedded-armv8-rootfs.yaml
+++ b/openembedded-armv8-rootfs.yaml
@@ -55,6 +55,7 @@
- matrix-tie-parent:
node: build
builders:
+ - linaro-publish-token
- shell: |
#!/bin/bash
@@ -98,20 +99,14 @@
Files-Pattern: *
License-Type: open
EOF
- - ssh:
- site: 'snapshots.linaro.org'
- target: '${JOB_NAME}/${BUILD_NUMBER}/openembedded/images/${rootfs}-armv8-gcc-${gcc_version}/${BUILD_NUMBER}'
- source: 'out/**'
- timeout: 120000
- remove-prefix: 'out'
- always-publish-from-master: true
- - ssh:
- site: 'snapshots.linaro.org file-move'
- target: ''
- source: ''
- command: 'reshuffle-files --job-type prebuilt --job-name ${JOB_NAME} --build-num ${BUILD_NUMBER}'
- timeout: 120000
- always-publish-from-master: true
+
+ 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 \
+ --link-latest \
+ --build-info out/BUILD-INFO.txt \
+ out/ openembedded/${rootfs}-armv8-gcc-${gcc_version}/${BUILD_NUMBER}
+
- ssh:
site: 'snapshots.linaro.org'
target: '/openembedded/sources'