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

Unified Diff: scripts/slave/recipe_modules/chromium/config.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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index 9e23380d84a4ebb80774e354c41abf22f4465570..62826b0afc0aaf96a130481da2b59853474b0504 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -515,6 +515,10 @@ def chromium_win_clang_tot(c):
def chromium_win_clang_official(c):
pass
+@config_ctx(includes=['chromium_win_clang', 'official'])
+def chromium_win_clang_official_tot(c):
+ c.env.LLVM_FORCE_HEAD_REVISION = 'YES'
+
@config_ctx(includes=['chromium_win_clang', 'asan', 'static_library'])
def chromium_win_clang_asan(c):
# These are set on the lkgr bot, and the fyi bots should match the lkgr bot.
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698