| 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 71d2fb5882aec8467857b8bfb3fb74440779c9ee..b08522f9c7780cb1016a3e131f4392dc513a101f 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
|
| @@ -545,15 +545,15 @@ TRYBOTS = freeze({
|
| 'mastername': 'chromium.win',
|
| 'buildername': 'Win8 GN (dbg)',
|
| }),
|
| + 'win_clang': simple_bot({
|
| + 'mastername': 'chromium.win',
|
| + 'buildername': 'WinClang64 (dbg)',
|
| + }),
|
| 'win_chromium_syzyasan_rel': simple_bot({
|
| 'mastername': 'chromium.fyi',
|
| 'buildername': 'Win SyzyAsan (rel)',
|
| }),
|
| # Experimental clang/win bots.
|
| - 'win_clang': simple_bot({
|
| - 'mastername': 'chromium.fyi',
|
| - 'buildername': 'WinClang',
|
| - }),
|
| 'win_clang_dbg': simple_bot({
|
| 'mastername': 'chromium.fyi',
|
| 'buildername': 'CrWinClang(dbg)',
|
|
|