summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 08:32:06 +0000
committerilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 08:32:06 +0000
commit45e6dbac5b95b3dcddf73dd7d0ddfa4add31b554 (patch)
tree0c0b930c024b6c595cc76fc262ff506802669466 /build
parent6fc9bd393f0831662c2690f86d83e5d19084732a (diff)
downloadchromium_src-45e6dbac5b95b3dcddf73dd7d0ddfa4add31b554.zip
chromium_src-45e6dbac5b95b3dcddf73dd7d0ddfa4add31b554.tar.gz
chromium_src-45e6dbac5b95b3dcddf73dd7d0ddfa4add31b554.tar.bz2
Add ui tests to android webkit-latest bot
This bot is supposed to be a canary for the main waterfall, but it's configuration got out of sync. The android testers on main waterfall are running a variety of android instrumentation tests, but this bot was only running unit tests. As a result, the latest webkit deps roll broke the android testers on main waterfall. Make this bot a 'copied' configuration to keep the set of tests in sync from now on. TBR=yfriedman Review URL: https://codereview.chromium.org/11938011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_run_bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index b92440d..70765ad 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -101,7 +101,6 @@ def GetBotStepMap():
None),
B('try-fyi-tests', std_test_steps, T(std_tests, ['--experimental']),
None),
- B('webkit-latest-tests', std_test_steps, T(['unit']), None),
B('webkit-latest-webkit-tests', std_test_steps,
T(['webkit_layout', 'webkit']), None),
@@ -118,6 +117,7 @@ def GetBotStepMap():
('try-clang-builder', 'main-clang-builder'),
('try-fyi-builder-dbg', 'fyi-builder-dbg'),
('try-tests', 'main-tests'),
+ ('webkit-latest-tests', 'main-tests'),
]
for to_id, from_id in copy_map:
assert to_id not in bot_map