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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 2143503002: Switch chromedriver to new recipe, remove bb_run_bot references from build/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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/master/recipe_converter.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 39eef6cb4c9753f6e0f330f5bebf78dd815b9c18..21c17d00896670d91549322bc3c8644753ffbf2c 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -266,9 +266,6 @@ builders = []
# ----------------------------------------------------------------------------
# FACTORIES
-F_RECIPE_MISC = annotator_factory.AnnotatorFactory().BaseFactory(
- recipe='chromium.fyi.misc_block.recipe_autogen')
-
chromium_rel_archive = master_config.GetGSUtilUrl(
'chromium-build-transfer', 'Chromium FYI Builder')
@@ -851,7 +848,8 @@ b_chromium_dbg_android_tests_trial = {
b_chromium_dbg_android_chromedriver_tests = {
'name': 'Android ChromeDriver Tests (dbg)',
- 'factory': F_RECIPE_MISC,
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ recipe='chromedriver'),
'category': 'android_tests',
}
« no previous file with comments | « no previous file | scripts/master/recipe_converter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698