aboutsummaryrefslogtreecommitdiff
path: root/openembedded-x86-rootfs.yaml
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-09-01 10:47:43 +0200
committerLinaro Code Review <review@review.linaro.org>2015-09-09 08:09:52 +0000
commit7e5ff71ed8db318aa8982ea75db40cdaa53b608b (patch)
tree1c07feb460d459215c7b5276733d505e603ed5d9 /openembedded-x86-rootfs.yaml
parentca1768a47462136ec621908917a17bdead2b6db2 (diff)
openembedded-x86-rootfs: convert to linaro-cp
Change-Id: I6ed6282c049a8216a6f5aa675f90d4bb12cf5071 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'openembedded-x86-rootfs.yaml')
-rw-r--r--openembedded-x86-rootfs.yaml23
1 files changed, 9 insertions, 14 deletions
diff --git a/openembedded-x86-rootfs.yaml b/openembedded-x86-rootfs.yaml
index d51c40569f..6efedcafd8 100644
--- a/openembedded-x86-rootfs.yaml
+++ b/openembedded-x86-rootfs.yaml
@@ -52,6 +52,7 @@
- matrix-tie-parent:
node: build
builders:
+ - linaro-publish-token
- shell: |
#!/bin/bash
@@ -89,20 +90,14 @@
Files-Pattern: *
License-Type: open
EOF
- - ssh:
- site: 'snapshots.linaro.org'
- target: '${JOB_NAME}/${BUILD_NUMBER}/openembedded/images/${rootfs}-x86-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}-x86-gcc-${gcc_version}/${BUILD_NUMBER}
+
- ssh:
site: 'snapshots.linaro.org'
target: '/openembedded/sources'