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

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

Issue 2429443002: Replace linux_chromium_headless_dbg with linux_chromium_headless_rel (Closed)
Patch Set: Created 4 years, 2 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
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 90d34ddf6f996800f7087306b4f27fd474a0f22c..ea0db4167f5388f6c575685ff4c7e5c87cbd7509 100644
--- a/masters/master.tryserver.chromium.linux/slaves.cfg
+++ b/masters/master.tryserver.chromium.linux/slaves.cfg
@@ -176,7 +176,7 @@ def linux():
}
])
- # Slaves for linux_chromium_headless_dbg.
+ # Slaves for linux_chromium_headless_rel.
headless_slaves = [426, 497, 776, 864, 865, 872] + range(1069, 1098)
for slave in headless_slaves:
result.append({
@@ -184,9 +184,9 @@ def linux():
'os': 'linux',
'version': 'trusty',
'bits': 64,
- 'builder': ['linux_chromium_headless_dbg'],
+ 'builder': ['linux_chromium_headless_rel'],
'hostname': 'slave%d-c4' % slave,
- 'pool': 'linux_chromium_headless_dbg',
+ 'pool': 'linux_chromium_headless_rel',
})
return result
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698