| Index: build/android/buildbot/bb_run_bot.py
|
| diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
|
| index b92440d676dd953f70b1cbef6bcda9681f3eeea3..70765ad98ac9128ec1462c645feb0c0da36cd86f 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
|
|
|