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 7be50a6c056244aa2f6a13a1ddafa956d25795c8..ba84a007bd1815a075b3ce70c189fad988288773 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py |
| @@ -340,9 +340,9 @@ TRYBOTS = freeze({ |
| 'mastername': 'chromium.fyi', |
| 'buildername': 'CFI Linux', |
| }), |
| - 'linux_site_isolation': simple_bot({ |
|
Paweł Hajdan Jr.
2016/07/22 13:36:12
Did you intend to remove linux_site_isolation? I d
qyearsley
2016/07/22 16:42:06
I didn't intend to remove linux_site_isolation, th
|
| + 'linux_layout_tests_slimming_paint_v2': simple_bot({ |
| 'mastername': 'chromium.fyi', |
| - 'buildername': 'Site Isolation Linux', |
| + 'buildername': 'WebKit Linux slimming_paint_v2 Dummy Builder', |
| }), |
| # Optional GPU bots. |
| 'linux_optional_gpu_tests_rel': { |