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

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

Issue 1025673003: Revert of Add a CQ tester (which will start as experimental) with N5's on L. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 9 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.linux/master.cfg ('k') | scripts/slave/recipes/android/tester.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/slaves.cfg
diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
index c6076237d0f1299d569854d88c4aaf5fa99222b0..37bace30ab16e45b78fb24e5aca1166e4c98b526 100644
--- a/masters/master.tryserver.chromium.linux/slaves.cfg
+++ b/masters/master.tryserver.chromium.linux/slaves.cfg
@@ -187,7 +187,7 @@
'os': 'linux',
'version': 'precise',
'bits': '64',
- } for i in range(100,138+1)
+ } for i in range(100,139+1)
]
amp_slaves = [
@@ -212,18 +212,7 @@
} for i in range(520, 540)
]
- n5_experiment = [
- {
- 'master': 'TryServerChromiumLinux',
- 'builder': 'android_n5_rel_tests_recipe',
- 'hostname': 'build139-a4',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '64',
- }
- ]
-
- return compile_slaves + test_slaves + amp_slaves + aosp_slaves + n5_experiment
+ return compile_slaves + test_slaves + amp_slaves + aosp_slaves
slaves = linux() + android()
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | scripts/slave/recipes/android/tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698