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

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

Issue 1241913003: Make the static clang/win ToT bots do official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: also check out src-internal Created 5 years, 5 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/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 fb6109174989056f71549dfe6d498ab6966adb05..47bedbf8e5e1995bc4597f691d60c210408dad4e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1170,8 +1170,9 @@ SPEC = {
}
},
'ClangToTWin': {
- 'chromium_config': 'chromium_win_clang_tot',
+ 'chromium_config': 'chromium_win_clang_official_tot',
'gclient_config': 'chromium',
+ 'gclient_apply_config': ['chrome_internal'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -1255,8 +1256,9 @@ SPEC = {
'enable_swarming': True,
},
'ClangToTWin64': {
- 'chromium_config': 'chromium_win_clang_tot',
+ 'chromium_config': 'chromium_win_clang_official_tot',
'gclient_config': 'chromium',
+ 'gclient_apply_config': ['chrome_internal'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,

Powered by Google App Engine
This is Rietveld 408576698