| 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 f500d6eeb74eb5a22a8f57a31b5291e46c973a01..2b5f31aca1d787eb1d07bc02c5e7dbb6480ec044 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -127,6 +127,7 @@ def GetBotStepMap():
|
| trial_tests = [
|
| 'base_junit_tests',
|
| 'components_browsertests',
|
| + 'gfx_unittests',
|
| ]
|
| flakiness_server = (
|
| '--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER)
|
|
|