Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index d871d946dee4565d40c313d0d9119be4085fa3f2..67012df619e97c089895f7e6adf16afa371c9549 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -16,12 +16,22 @@ |
| "test": "accessibility_unittests" |
| }, |
| { |
| + "chromium_configs": [ |
| + "chromium_chromeos", |
| + "chromium_chromeos_clang", |
| + "chromium_chromeos_ozone" |
| + ], |
|
Dirk Pranke
2016/05/18 15:49:21
I'm guessing you added these lines because they're
tapted
2016/05/18 22:01:36
Done.
|
| "swarming": { |
| "can_use_on_swarming_builders": true |
| }, |
| "test": "app_list_unittests" |
| }, |
| { |
| + "chromium_configs": [ |
| + "chromium_chromeos", |
| + "chromium_chromeos_clang", |
| + "chromium_chromeos_ozone" |
| + ], |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| }, |