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

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

Issue 829363004: Move CrWinClang and Tester to recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: case Created 5 years, 11 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.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index 0a043753dc5f0a861acab296eb37fded3865290e..6874eade5dc856603b5354c4c8ff8b314ebda787 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -388,5 +388,31 @@ SPEC = {
'platform': 'linux',
},
},
+ 'CrWinClang': {
+ 'recipe_config': 'chromium_win_clang',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder',
+ 'testing': {
+ 'platform': 'win',
+ },
+ },
+ 'CrWinClang tester': {
+ 'recipe_config': 'chromium_win_clang',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 32,
+ },
+ 'test_generators': [
+ steps.generate_gtest,
+ ],
+ 'bot_type': 'tester',
+ 'parent_buildername': 'CrWinClang',
+ 'testing': {
+ 'platform': 'win',
+ },
+ },
},
}
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698