Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/trybots.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| index cbf068cdca7bcef66d207c879ce52641a29ddae5..4f68ba89baa820bb190340f0dbb3b9392c4a56e2 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| @@ -258,6 +258,16 @@ TRYBOTS = freeze({ |
| 'buildername': 'Linux Builder (dbg)', |
| 'tester': 'Linux Tests (dbg)(1)', |
| }), |
| + 'linux_chromium_trusty_dbg_32_ng': simple_bot({ |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty (dbg)(32)', |
| + 'tester': 'Linux Tests Trusty (dbg)(1)(32)', |
| + }), |
| + 'linux_chromium_trusty_dbg_ng': simple_bot({ |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty (dbg)', |
| + 'tester': 'Linux Tests Trusty (dbg)(1)', |
| + }), |
| 'linux_chromium_rel_ng': { |
| 'bot_ids': [ |
| { |
| @@ -266,6 +276,11 @@ TRYBOTS = freeze({ |
| 'tester': 'Linux Tests', |
| }, |
| { |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty', |
|
Paweł Hajdan Jr.
2016/09/28 19:13:50
I don't think we're ready for this. Please keep Tr
Yoshisato Yanagisawa
2016/09/29 10:04:02
Done.
|
| + 'tester': 'Linux Tests Trusty', |
| + }, |
| + { |
| 'mastername': 'chromium.gpu', |
| 'buildername': 'GPU Linux Builder', |
| 'tester': 'Linux Release (NVIDIA)', |
| @@ -285,6 +300,14 @@ TRYBOTS = freeze({ |
| 'mastername': 'chromium.linux', |
| 'buildername': 'Linux Builder', |
| }, analyze_mode='compile'), |
| + 'linux_chromium_compile_trusty_dbg_ng': simple_bot({ |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty (dbg)', |
| + }, analyze_mode='compile'), |
| + 'linux_chromium_compile_trusty_rel_ng': simple_bot({ |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty', |
| + }, analyze_mode='compile'), |
| 'linux_chromium_archive_rel_ng': simple_bot({ |
| 'mastername': 'chromium', |
| 'buildername': 'Linux x64', |
| @@ -342,6 +365,10 @@ TRYBOTS = freeze({ |
| 'mastername': 'chromium.linux', |
| 'buildername': 'Linux Builder (dbg)(32)', |
| }, analyze_mode='compile'), |
| + 'linux_chromium_compile_trusty_dbg_32_ng': simple_bot({ |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder Trusty (dbg)(32)', |
| + }, analyze_mode='compile'), |
| 'linux_chromium_msan_rel_ng': simple_bot({ |
| 'mastername': 'chromium.memory.full', |
| 'buildername': 'Chromium Linux MSan Builder', |