summaryrefslogtreecommitdiff
path: root/openembedded/mauve-setup.yaml
AgeCommit message (Collapse)Author
2014-03-24jtreg/mauve: update paths for LAVA changesAndrew McDermott
Change-Id: I79951f18a71a93cafbf5a932f1ba2b883348dd8d Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-12-23mauve: move the tests instead of making a copyAndrew McDermott
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>
2013-12-18mauve: break up tests into individual filesAndrew McDermott
Broke up the tests based on the top-level Java packages (see openembedded/mauve/all-packages.txt). Running all the Mauve tests as one single test means that if a timeout occurs we get zero results. By having individual tests we can have much shorter timeouts and, should a test timeout, then only that test will have no results as opposed to Mauve in its entirety. This change also makes it practical to schedule the tests onto more devices using multi-node testing. Change-Id: I310282af072f40223f0998a1f5fda79b481dd584 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>