Chromium Code Reviews| Index: testing/commit_queue/config.json |
| diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json |
| index 3e39bf327201529f87648a108b73ff3e3e949c87..499c8fa154c2ea5f53dbfeeaf64aad0cf0c6b379 100644 |
| --- a/testing/commit_queue/config.json |
| +++ b/testing/commit_queue/config.json |
| @@ -5,11 +5,15 @@ |
| "trybots": { |
| "launched": { |
| "tryserver.chromium.linux": { |
| - "linux_chromium_asan_rel_ng": ["defaulttests"] |
| + "linux_chromium_asan_rel_ng": ["defaulttests"], |
| + "linux_chromium_gn_chromeos_rel": ["defaulttests"] |
| }, |
| "tryserver.chromium.mac": { |
| + "ios_dbg_simulator_ng": ["defaulttests"], |
|
Sergiy Byelozyorov
2015/01/14 14:50:40
shoudln't this also include ios_rel_device_ng and
Paweł Hajdan Jr.
2015/01/14 14:51:18
No, they're in production now.
|
| + "mac_chromium_gn_rel": ["defaulttests"] |
| }, |
| "tryserver.chromium.win": { |
| + "win8_chromium_gn_rel": ["defaulttests"], |
| "win8_chromium_ng": ["defaulttests"], |
| "win_chromium_compile_dbg_ng": ["defaulttests"] |
| } |