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 a6afb86be01944349372384a3c02c29a21066e3f..e5518434a8ce5dbdd4d0084ce64b88761779bd11 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -124,6 +124,9 @@ def GetBotStepMap(): |
telemetry_tests = ['telemetry_perf_unittests'] |
telemetry_tests_user_build = ['telemetry_unittests', |
'telemetry_perf_unittests'] |
+ trial_tests = [ |
+ 'gfx_unittests', |
+ ] |
flakiness_server = ( |
'--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER) |
experimental = ['--experimental'] |