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

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

Issue 1892903002: Move WinClang from FYI to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: aha 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/chromium_win.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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index e2684cb7c2c3b01557df27d940d8805945e183cd..fedca612766acb468e85ba600f56b63ad34140cc 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -593,28 +593,6 @@ SPEC = {
'platform': 'linux',
},
},
- 'WinClang': {
- 'chromium_config': 'chromium_win_clang',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- '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,
- },
'CrWinClang': {
'chromium_config': 'chromium_win_clang_official',
'gclient_config': 'chromium',
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_win.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698