aboutsummaryrefslogtreecommitdiff
path: root/ubuntu-armhf-hwpacks.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-06-06 18:38:25 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-06-06 18:38:25 +0300
commitc1d98f0b7fb0e81503781d6f944a49c693afcac7 (patch)
treeaf90767910486d08233f5927357d77374096b640 /ubuntu-armhf-hwpacks.yaml
parentdffe15e23275f4706874676bb0740900eb2e2199 (diff)
Move the publishing from post-build actions to build actions
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu-armhf-hwpacks.yaml')
-rw-r--r--ubuntu-armhf-hwpacks.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu-armhf-hwpacks.yaml b/ubuntu-armhf-hwpacks.yaml
index e428b17be3..37dfd7cd18 100644
--- a/ubuntu-armhf-hwpacks.yaml
+++ b/ubuntu-armhf-hwpacks.yaml
@@ -192,10 +192,6 @@
esac
- inject:
properties-file: remote_directory_parameters
- - trigger-builds:
- - project: 'post-build-lava'
- property-file: post_build_lava_parameters
- publishers:
- ssh:
site: 'snapshots.linaro.org'
target: '${JOB_NAME}/${BUILD_NUMBER}/${distribution}/hwpacks/${hwpack}/${BUILD_NUMBER}'
@@ -209,6 +205,10 @@
command: 'reshuffle-files --job-type prebuilt --job-name ${JOB_NAME} --build-num ${BUILD_NUMBER}'
timeout: 120000
always-publish-from-master: true
+ - trigger-builds:
+ - project: 'post-build-lava'
+ property-file: post_build_lava_parameters
+ publishers:
- archive:
artifacts: 'hwpack_linaro-*.tar.gz'
latest-only: true