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

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

Issue 1766073002: Do not use MB for Clang Upload bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: don't run mb Created 4 years, 9 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/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/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index a713fcf81062eb49a336aabde2235eff56ea37f1..df4cf3b95ce0bf71fe23a507d45e78a87c65e8e3 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -61,6 +61,8 @@ class ChromiumApi(recipe_api.RecipeApi):
ret['ADB_VENDOR_KEYS'] = self.c.env.ADB_VENDOR_KEYS
if self.c.env.LLVM_FORCE_HEAD_REVISION:
ret['LLVM_FORCE_HEAD_REVISION'] = self.c.env.LLVM_FORCE_HEAD_REVISION
+ if self.c.env.LLVM_FORCE_LOCAL_BUILD:
+ ret['LLVM_FORCE_LOCAL_BUILD'] = self.c.env.LLVM_FORCE_LOCAL_BUILD
if self.c.env.GOMA_STUBBY_PROXY_IP_ADDRESS:
ret['GOMA_STUBBY_PROXY_IP_ADDRESS'] = \
self.c.env.GOMA_STUBBY_PROXY_IP_ADDRESS
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698