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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Retrain Created 4 years, 1 month 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 | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_android.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/builders.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/builders.py b/scripts/slave/recipe_modules/chromium_tests/builders.py
index 12fc443dcb7860c32dad2b9404e4d756bcb010fa..c116562976896b73bc637b5d8764e74e3a6d9965 100644
--- a/scripts/slave/recipe_modules/chromium_tests/builders.py
+++ b/scripts/slave/recipe_modules/chromium_tests/builders.py
@@ -6,6 +6,7 @@ from recipe_engine.types import freeze
from . import chromium
from . import chromium_android
+from . import chromium_android_fyi
from . import chromium_chrome
from . import chromium_chromiumos
from . import chromium_fyi
@@ -31,6 +32,7 @@ from . import tryserver_chromium_perf
BUILDERS = freeze({
'chromium': chromium.SPEC,
'chromium.android': chromium_android.SPEC,
+ 'chromium.android.fyi': chromium_android_fyi.SPEC,
'chromium.chrome': chromium_chrome.SPEC,
'chromium.chromiumos': chromium_chromiumos.SPEC,
'chromium.fyi': chromium_fyi.SPEC,
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698