aboutsummaryrefslogtreecommitdiff
path: root/qemu-lava-risu.yaml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2017-07-27 13:26:01 +0100
committerRiku Voipio <riku.voipio@linaro.org>2017-07-27 13:11:58 +0000
commit36e99f55f48516faf9419b1ebf18953c4d314a40 (patch)
tree67f63be0cf4895d3ba39debb59502dfde49970c8 /qemu-lava-risu.yaml
parent9277bd4fd7035b24d3e7885b0f4eb432b23ea22e (diff)
QEMU tests: move RISU to pipeline based OBS build
Apart from moving to the new LAVA pipeline I've also tweaked the job to build from RISU's upstream source rather than supplying a hacked up tarball for the test. Now only the test patterns are pulled down from people.l.o. The RISU build is done on an lxc container and we also skip the building of QEMU step instead using the OBS build. This save considerable time for something Jenkins has already done for us. Change-Id: Idb40c57996e67e6f1f30e157a779bed522963b96 Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'qemu-lava-risu.yaml')
-rw-r--r--qemu-lava-risu.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/qemu-lava-risu.yaml b/qemu-lava-risu.yaml
index 444cb813..bfe61c12 100644
--- a/qemu-lava-risu.yaml
+++ b/qemu-lava-risu.yaml
@@ -18,7 +18,7 @@
disabled: false
node: build
child-workspace: .
- display-name: 'QEMU - build and run LAVA based RISU tests'
+ display-name: 'QEMU - run LAVA based RISU tests against OBS build'
axes:
- axis:
type: user-defined
@@ -27,6 +27,14 @@
- aarch64
execution-strategy:
sequential: true
+ triggers:
+ - pollurl:
+ cron: '@hourly'
+ polling-node: build
+ urls:
+ - url: 'http://obs.linaro.org/linaro-staging-stretch/Debian_9.0/Release'
+ check-content:
+ - simple: true
wrappers:
- timestamps
- matrix-tie-parent:
@@ -37,7 +45,7 @@
cat << EOF > post_build_lava_parameters
DEVICE_TYPE=kvm
- CUSTOM_JSON_URL=https://git.linaro.org/people/alex.bennee/test-runners.git/blob_plain/HEAD:/qemu-master-${TARGET}-user-risu.json
+ CUSTOM_JSON_URL=https://git.linaro.org/people/alex.bennee/test-runners.git/blob_plain/HEAD:/qemu-master-${TARGET}-user-risu.yaml
EOF
- trigger-builds:
- project: 'post-build-lava'