diff options
Diffstat (limited to 'testing/buildbot/chromium_memory_trybot.json')
-rw-r--r-- | testing/buildbot/chromium_memory_trybot.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json index 2b8564e..5d1652c 100644 --- a/testing/buildbot/chromium_memory_trybot.json +++ b/testing/buildbot/chromium_memory_trybot.json @@ -39,7 +39,12 @@ "gcm_unit_tests", "gfx_unittests", "google_apis_unittests", - "gpu_unittests", + { + "test": "gpu_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, { "test": "interactive_ui_tests", "swarming": { |