aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-test.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-05-20 15:28:19 +0200
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-05-20 15:28:19 +0200
commite6c1f3a2a1be96b852d7a7c14904e21cb28ca18e (patch)
tree2b843d6b6bd41dd05d847bc33b626be352486a80 /tcwg-abe-test.yaml
parent16faad91e2cd133b04567a4f562b788e1d60cfea (diff)
tcwg-abe-test: Set remote-snapshots for jenkins.sh
Change-Id: I50f54326a7aed8f5eed60d123fbe3e2cb71f60c8
Diffstat (limited to 'tcwg-abe-test.yaml')
-rw-r--r--tcwg-abe-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-abe-test.yaml b/tcwg-abe-test.yaml
index 8954ff9157..a4f7812726 100644
--- a/tcwg-abe-test.yaml
+++ b/tcwg-abe-test.yaml
@@ -77,7 +77,7 @@
#!/bin/bash
case "$test" in
- cross_build) bash -x ${WORKSPACE}/jenkins.sh -t arm-linux-gnueabihf --runtests -f 148.251.136.42 --excludecheck gdb ;;
- native_build) bash -x ${WORKSPACE}/jenkins.sh -t native --runtests -f 148.251.136.42 --excludecheck gdb ;;
+ cross_build) bash -x ${WORKSPACE}/jenkins.sh -t arm-linux-gnueabihf --runtests -f 148.251.136.42:snapshots-ref --excludecheck gdb ;;
+ native_build) bash -x ${WORKSPACE}/jenkins.sh -t native --runtests -f 148.251.136.42:snapshots-ref --excludecheck gdb ;;
testsuite) ./configure --with-fileserver=148.251.136.42 --with-remote-snapshots=snapshots-ref && (echo "=== Unit testsuite ==="; ./test.sh; echo "=== API testsuite ==="; ./testsuite/test.sh) ;;
esac