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

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

Issue 1901883004: Move Android Nexus 9 GPU bot to chromium.gpu.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixed master specification for N9 bot. Created 4 years, 8 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 | masters/master.chromium.gpu.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.gpu.fyi/master.cfg
diff --git a/masters/master.chromium.gpu.fyi/master.cfg b/masters/master.chromium.gpu.fyi/master.cfg
index 379d253d5be7fd7545c4ee1bf499dd85d9f6bb6e..98e5d34e7eeed72064ca834b295d6f6849c9233a 100644
--- a/masters/master.chromium.gpu.fyi/master.cfg
+++ b/masters/master.chromium.gpu.fyi/master.cfg
@@ -67,6 +67,26 @@ m_annotator = annotator_factory.AnnotatorFactory()
recipe_master_helper.AddRecipeBasedBuilders(
c, slaves, m_annotator, trigger_name_map)
+
+# ------------
+# Android bots
+
+# TODO(kbr): finish the conversion of the Android bots to the Chromium
+# recipe, and remove the autogenerated recipes entirely. crbug.com/490984
+F_ANDROID = annotator_factory.AnnotatorFactory().BaseFactory(
+ recipe='chromium.gpu.recipe_autogen')
+
+b_android_nexus9 = {'name': 'Android Debug (Nexus 9)',
+ 'factory': F_ANDROID}
+
+c['builders'] += [ b_android_nexus9 ]
+
+# ------------
+# Audio bots
+
+# TODO(kbr): get the regular GPU bots to run these audio tests on real
+# audio hardware, and decommission these two bots. crbug.com/416594
+
f_recipe = annotator_factory.AnnotatorFactory().BaseFactory(
recipe='chromium.gpu.fyi.recipe_autogen')
« no previous file with comments | « no previous file | masters/master.chromium.gpu.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698