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

Unified Diff: scripts/slave/recipe_modules/chromium_android/config.py

Issue 2414253003: Add recipe config for android clang x86 tester. (Closed)
Patch Set: and use mb Created 4 years, 2 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_android/config.py
diff --git a/scripts/slave/recipe_modules/chromium_android/config.py b/scripts/slave/recipe_modules/chromium_android/config.py
index 0b87e77fe81eec45e3b817afd236bea14656756e..5079143947c9d0fa9b998b6bdfa305844e2bb9b6 100644
--- a/scripts/slave/recipe_modules/chromium_android/config.py
+++ b/scripts/slave/recipe_modules/chromium_android/config.py
@@ -82,6 +82,10 @@ def clang_asan_tot_release_builder(c): # pragma: no cover
def clang_tot_debug_builder(c): # pragma: no cover
c.env.LLVM_FORCE_HEAD_REVISION = 'YES'
+@config_ctx(includes=['x64_builder_mb'])
+def clang_builder_mb_x64(c):
+ pass
+
@config_ctx()
def x86_base(c):
pass

Powered by Google App Engine
This is Rietveld 408576698