| 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')
|
|
|
|
|