aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
AgeCommit message (Collapse)Author
2012-08-13add some commentYongqin Liu
2012-08-13fix the problem that generate wrong option for testYongqin Liu
2012-08-13support to run more than two instances of the same test with different ↵Yongqin Liu
option at the same time
2012-06-18merge with trunkYongqin Liu
2012-06-18Moved if clause before list init.Milo Casagrande
2012-06-18Fixed the token name as per discussion, PEP8 fixes too.Milo Casagrande
2012-06-16change the default timeout to 18000 backYongqin Liu
2012-06-16modify according to the review commentYongqin Liu
2012-06-15add support for LAVA_TEST_PLAN token '^' to direct LAVA to doOF a rebootAlexander Sack
2012-06-13remove actions for monkeyrunner and custome commands that ends with TIMEOUT, ↵Yongqin Liu
and convert timeout to int
2012-06-04modify the default timeout optionYongqin Liu
2012-05-28add support for timeout optionYongqin Liu
2012-05-25Add missing return statement, courtesy asacPaul Sokolovsky
2012-05-25[merge] add support for passing option to lava from android-buildPaul Sokolovsky
2012-05-25[merge] add support for monkeyrunner supportPaul Sokolovsky
2012-05-25modify naming errorYongqin Liu
2012-05-25add support for passing option to lava from android-buildYongqin Liu
2012-05-25update according to the review commentYongqin Liu
2012-05-17convert android builds to use private streamsAndy Doan
As per the Linaro Data Privacy Policy, we need to make all android builds submit to a bundle stream accessible by linaro members only. The 'android-build-system' user on validation.l.o has been updated to be a member of both the 'linaro' and 'job-submitters' group. This should allow it both create a LAVA job and then submit it to the stream accessible by linaro members only.
2012-05-16Scold lava paramter naming.Paul Sokolovsky
2012-05-16Regroup LAVA_DEVICE_TYPE/LAVA_DEVICE code for clarity.Paul Sokolovsky
2012-05-16Typo fix.Paul Sokolovsky
2012-05-16add support to pass LAVA_DEVICE_TYPE and LAVA_DEVICE through build configAlexander Sack
2012-05-03Add trailing slash to LAVA stream URL.Paul Sokolovsky
2012-04-23add support for monkeyrunner supportYongqin Liu
2012-04-22Obfuscate HTTP password in xmlrpclib error messages.Paul Sokolovsky
2012-04-19[merge] Add support custom tests using LAVA_TEST_* config vars.Paul Sokolovsky
2012-04-19[merge] Submit build to LAVA testing in an owned (not anon any longer) stream.Paul Sokolovsky
2012-04-11sort the test variable namesYongqin Liu
2012-04-11modify to support only android command from android-build pageYongqin Liu
2012-03-30Fix spelling mistake in variable name.James Tunnicliffe
2012-03-29Added support for the environment variable LAVA_ANDROID_BINARIES.James Tunnicliffe
If LAVA_ANDROID_BINARIES is not set, instruct LAVA to install binaries. If LAVA_ANDROID_BINARIES is set to True, 1 or yes, instruct LAVA to install binaries (case insensitive). If LAVA_ANDROID_BINARIES is set to anything else (False, 0, no included :-) don't instruct LAVA to install binaries.
2012-03-26submit to a owned streamMichael Hudson-Doyle
2012-03-22modify some bugsYongqin Liu
2012-03-21Add support for vexpress board in LAVA testingJon Medhurst (Tixy)
2012-03-21add support for lava-android-test run-custom commandYongqin Liu
2012-02-23LAVA: execute android_install_binaries before boot_linaro_android_imagePaul Sokolovsky
2012-02-22[merge] Add glmark2 to default test planPaul Sokolovsky
2012-01-24allow LAVA_TEST_PLAN to run tests multiple timesAndy Doan
This updates the script to generate a json job with only unique test names for the install step. This allows something like: LAVA_TEST_PLAN=v8,v8,v8,skia,skia,skia,0xbench
2012-01-24add glmark2 to default test planAlexander Sack
2011-12-16Also update artifact paths for new layout on snapshots.linaro.org .Paul Sokolovsky
2011-12-16Typo fix in var name.Paul Sokolovsky
2011-12-16Make frontend job name calculation for reliable.Paul Sokolovsky
2011-12-16LAVA integration: update URLs to point to new snapshots.linaro.org location.Paul Sokolovsky
2011-12-15Final fix for double-slash issue.Paul Sokolovsky
2011-12-12Parse out LAVA server root more reliably.Paul Sokolovsky
2011-11-28Store board parameters in a data structure instead of a set of if/elses.Frans Gifford
2011-11-28Fix output path for TARGET_PRODUCT=full_pandaFrans Gifford
2011-11-22support submitting ICS mainline panda builds to LAVAAlexander Sack
submit builds that have set full_panda as TARGET_PRODUCT to the lab as panda builds
2011-11-17Fix typo snowball-sd => snowball_sd .Paul Sokolovsky