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

Unified Diff: masters/master.chromium.linux/master_linux_cfg.py

Issue 602963002: Use only one tester for debug Linux since we're swarming the tests now. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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 | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | masters/master.chromium.linux/slaves.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.linux/master_linux_cfg.py
diff --git a/masters/master.chromium.linux/master_linux_cfg.py b/masters/master.chromium.linux/master_linux_cfg.py
index 1e0f8f9761eabb3239d326aa274960bd705c9873..642a3eb32e1f2986d501b7cd0e409026ec40fd0a 100644
--- a/masters/master.chromium.linux/master_linux_cfg.py
+++ b/masters/master.chromium.linux/master_linux_cfg.py
@@ -29,8 +29,7 @@ def Update(_config, active_master, c):
'Linux Tests (dbg)(2)(32)',
]),
Triggerable(name='linux_dbg_trigger', builderNames=[
- 'Linux Tests (dbg)(1)',
- 'Linux Tests (dbg)(2)',
+ 'Linux Tests (dbg)',
]),
])
specs = [
@@ -43,8 +42,7 @@ def Update(_config, active_master, c):
{'name': 'Linux Tests (dbg)(1)(32)'},
{'name': 'Linux Tests (dbg)(2)(32)'},
{'name': 'Linux Builder (dbg)', 'triggers': ['linux_dbg_trigger']},
- {'name': 'Linux Tests (dbg)(1)'},
- {'name': 'Linux Tests (dbg)(2)'},
+ {'name': 'Linux Tests (dbg)'},
{'name': 'Linux GN', 'recipe': 'chromium_gn'},
{'name': 'Linux GN (dbg)', 'recipe': 'chromium_gn'},
]
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | masters/master.chromium.linux/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698