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 94ba4593e404ddfda9979eb98bec1349384bffa5..435203d3ca231108cd4d51722e90229a26250da6 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| @@ -263,11 +263,18 @@ TRYBOTS = freeze({ |
| 'mastername': 'chromium.chromiumos', |
| 'buildername': 'Linux ChromiumOS GN', |
| }, |
| - 'linux_chromium_rel_ng': { |
| - 'mastername': 'chromium.linux', |
| - 'buildername': 'Linux Builder', |
| - 'tester': 'Linux Tests', |
| - }, |
| + 'linux_chromium_rel_ng': [ |
|
Paweł Hajdan Jr.
2016/01/11 18:41:11
Whoa - can we experiment with an experimental buil
Ken Russell (switch to Gerrit)
2016/01/11 22:54:01
Sure, that'd be fine, though I think some test exp
Sergey Berezin
2016/01/12 01:44:23
+1 to Pawel's concern - let's not mess with a prod
Ken Russell (switch to Gerrit)
2016/01/12 05:35:51
OK. Agree it's much better to get the entire syste
|
| + { |
| + 'mastername': 'chromium.linux', |
| + 'buildername': 'Linux Builder', |
| + 'tester': 'Linux Tests', |
| + }, |
| + { |
| + 'mastername': 'chromium.gpu', |
| + 'buildername': 'GPU Fake Linux Builder', |
| + 'tester': 'Fake Linux Release (NVIDIA)', |
| + }, |
| + ], |
| 'linux_chromium_asan_rel_ng': { |
| 'mastername': 'chromium.memory', |
| 'buildername': 'Linux ASan LSan Builder', |