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

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

Issue 1238993002: Revert of Make the static clang/win ToT bots do official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 d0b25a43bc86b917c0270604dd8e698ca1470387..2109d700f1172cb1d19c3a3545c3d2e3d638866a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1168,7 +1168,7 @@
}
},
'ClangToTWin': {
- 'chromium_config': 'chromium_win_clang_official_tot',
+ 'chromium_config': 'chromium_win_clang_tot',
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1253,7 +1253,7 @@
'enable_swarming': True,
},
'ClangToTWin64': {
- 'chromium_config': 'chromium_win_clang_official_tot',
+ 'chromium_config': 'chromium_win_clang_tot',
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',

Powered by Google App Engine
This is Rietveld 408576698