Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.py

Issue 1892943002: Add a copy of the "WinClang64 (dbg)" bot to the main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: trybot Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)',

Powered by Google App Engine
This is Rietveld 408576698