diff options
author | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 22:09:03 +0000 |
---|---|---|
committer | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 22:09:03 +0000 |
commit | 3276041925cec5ad27ab6b57d86715c259f4a5ca (patch) | |
tree | 36af07e78a126c15218f3150014bad75287c3b5c /build/android/buildbot.sh | |
parent | 0a9298b6333f5a373ddd316978f0aa469ef20ce7 (diff) | |
download | chromium_src-3276041925cec5ad27ab6b57d86715c259f4a5ca.zip chromium_src-3276041925cec5ad27ab6b57d86715c259f4a5ca.tar.gz chromium_src-3276041925cec5ad27ab6b57d86715c259f4a5ca.tar.bz2 |
Android bot changes for robustness, profiling, and debugging.
Kill all emulators before starting a test to be more robust on error.
Print error if a file fails to copy to the device.
Speed up emulator launch by 40%.
Increase emulator partition size to fix 'out of space on device' errors.
Log emulator launch time to help profile bot costs.
Run tests in verbose mode to assist with bot debugging.
BUG=None
TEST=
Review URL: http://codereview.chromium.org/8769020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/buildbot.sh')
-rwxr-xr-x | build/android/buildbot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot.sh b/build/android/buildbot.sh index 7446f8b..0513728 100755 --- a/build/android/buildbot.sh +++ b/build/android/buildbot.sh @@ -65,6 +65,6 @@ for target in ${EXPERIMENTAL_TARGETS} ; do done echo "@@@BUILD_STEP Run Tests@@@" -build/android/run_tests.py -e --xvfb +build/android/run_tests.py -e --xvfb --verbose exit 0 |