| Index: masters/master.chromium.gpu/master.cfg
|
| diff --git a/masters/master.chromium.gpu/master.cfg b/masters/master.chromium.gpu/master.cfg
|
| index eedf673d78e9b688d478ef0a08a41c6ff0fa1594..8a2ce9ecbadfd2a4b486b1362beaf479d77e18b4 100644
|
| --- a/masters/master.chromium.gpu/master.cfg
|
| +++ b/masters/master.chromium.gpu/master.cfg
|
| @@ -78,12 +78,9 @@ b_android_nexus5 = {'name': 'Android Debug (Nexus 5)',
|
| 'factory': F_ANDROID}
|
| b_android_nexus6 = {'name': 'Android Debug (Nexus 6)',
|
| 'factory': F_ANDROID}
|
| -b_android_nexus9 = {'name': 'Android Debug (Nexus 9)',
|
| - 'factory': F_ANDROID}
|
|
|
| c['builders'] += [ b_android_nexus5,
|
| - b_android_nexus6,
|
| - b_android_nexus9 ]
|
| + b_android_nexus6 ]
|
|
|
| # Associate the slaves to the manual builders. The configuration is in
|
| # slaves.cfg.
|
|
|