summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-12-23 08:24:07 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-12-23 13:59:41 +0000
commit12bac2c81a4446394e48ece8ea0dff079ecd0496 (patch)
tree6f6d3243d57d04a23fb92678063d427fb4be87eb
parent0a3442ba524b60edd85536d94a207354e41c9f83 (diff)
mauve: move the tests instead of making a copy
This is both cheaper in time and space as the original clone is ~140MB. Sometimes the large copy makes the job timeout and then all subsequent mauve-based jobs fail as they try to work against that incomplete copy. Change-Id: Ia739880cb442bf16e82b3a2302d12748ed38d947 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--openembedded/mauve-setup.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/mauve-setup.yaml b/openembedded/mauve-setup.yaml
index f8c72f0..7466551 100644
--- a/openembedded/mauve-setup.yaml
+++ b/openembedded/mauve-setup.yaml
@@ -18,5 +18,5 @@ install:
- git://git.linaro.org/leg/openjdk/mauve.git
run:
steps:
- - 'cp -a /lava/tests/$TESTRUN_ID/mauve $HOME'
+ - 'mv /lava/tests/$TESTRUN_ID/mauve $HOME'
- 'lava-test-case mauve-setup --result pass'