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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_win.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
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_win.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
index f1de7014c4907ac5df8ae77eb32db734cab0a8d1..1dc4ff063adb38aa9fd0127d8ed8fcfdbc794a2d 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -282,5 +282,28 @@ SPEC = {
'platform': 'win',
},
},
+ 'WinClang64 (dbg)': {
+ 'chromium_config': 'chromium_win_clang',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'win',
+ 'TARGET_BITS': 64,
+ },
+ 'compile_targets': [
+ 'all',
+ ],
+ # Recipes builds Debug builds with component=shared_library by default.
+ 'bot_type': 'builder',
+ 'testing': {
+ 'platform': 'win',
+ },
+ 'use_isolate': True,
+ 'enable_swarming': True,
+ # Workaround so that recipes doesn't add random build targets to our
+ # compile line. We want to build everything.
+ 'add_tests_as_compile_targets': False,
+ },
},
}
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698