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

Unified Diff: masters/master.tryserver.chromium/slaves.cfg

Issue 10910219: Remove android_test trybot type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rename buildbot vars Created 8 years, 3 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 | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/slaves.cfg
diff --git a/masters/master.tryserver.chromium/slaves.cfg b/masters/master.tryserver.chromium/slaves.cfg
index 9288b8aa6e0b8b48ced4cb23d05ce61bc27a9d70..208ce370d36f13eeb7199670ebf13392ebe17795 100644
--- a/masters/master.tryserver.chromium/slaves.cfg
+++ b/masters/master.tryserver.chromium/slaves.cfg
@@ -210,7 +210,7 @@ def android():
compile_slaves = [
{
'master': 'TryServer',
- 'builder': ['android', 'android_builder'],
+ 'builder': ['android', 'android_dbg', 'android_fyi_dbg'],
'hostname': 'vm%d-m4' % i,
'os': 'linux',
'version': 'lucid',
@@ -221,7 +221,8 @@ def android():
test_slaves = [
{
'master': 'TryServer',
- 'builder': ['android_test', 'android_tester'],
+ 'builder': ['android_dbg_triggered_tests',
+ 'android_fyi_dbg_triggered_tests'],
'hostname': 'chromeperf%d' % i,
'os': 'linux',
'version': 'lucid',
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698