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

Side by Side Diff: masters/master.chromium.chrome/master.cfg

Issue 1528533003: Increase the timeout for the perf buildbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add TODO Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | masters/master.chromium.perf/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from buildbot.scheduler import Scheduler 5 from buildbot.scheduler import Scheduler
6 6
7 # These modules come from scripts/master, which must be in the PYTHONPATH. 7 # These modules come from scripts/master, which must be in the PYTHONPATH.
8 from master import gitiles_poller 8 from master import gitiles_poller
9 from master import master_utils 9 from master import master_utils
10 from master import slaves_list 10 from master import slaves_list
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 # Please contact chrome-re before changing this _google_chrome_rel builder 83 # Please contact chrome-re before changing this _google_chrome_rel builder
84 # Please keep master.chromium.perf in sync with this 84 # Please keep master.chromium.perf in sync with this
85 b_google_chrome_rel_linux = { 85 b_google_chrome_rel_linux = {
86 'name': 'Google Chrome Linux', 86 'name': 'Google Chrome Linux',
87 'builddir': 'google-chrome-rel-linux', 87 'builddir': 'google-chrome-rel-linux',
88 'factory': m_annotator.BaseFactory('chromium'), 88 'factory': m_annotator.BaseFactory('chromium'),
89 'notify_on_missing': True, 89 'notify_on_missing': True,
90 } 90 }
91 91
92 # Please contact chrome-re before changing this _google_chrome_rel builder 92 # Please contact chrome-re before changing this _google_chrome_rel builder
93 # TODO(krasin): decrease the timeout when https://crbug.com/569732 is fixed.
93 # Please keep master.chromium.perf in sync with this 94 # Please keep master.chromium.perf in sync with this
94 b_google_chrome_rel_linux_64 = { 95 b_google_chrome_rel_linux_64 = {
95 'name': 'Google Chrome Linux x64', 96 'name': 'Google Chrome Linux x64',
96 'builddir': 'google-chrome-rel-linux_64', 97 'builddir': 'google-chrome-rel-linux_64',
97 'factory': m_annotator.BaseFactory('chromium', timeout=3600), 98 'factory': m_annotator.BaseFactory('chromium', timeout=4800),
98 'notify_on_missing': True, 99 'notify_on_missing': True,
99 } 100 }
100 101
101 # Please contact chrome-re before changing this _google_chrome_rel builder 102 # Please contact chrome-re before changing this _google_chrome_rel builder
102 # Please keep master.chromium.perf in sync with this 103 # Please keep master.chromium.perf in sync with this
103 b_google_chrome_rel_mac = { 104 b_google_chrome_rel_mac = {
104 'name': 'Google Chrome Mac', 105 'name': 'Google Chrome Mac',
105 'builddir': 'google-chrome-rel-mac', 106 'builddir': 'google-chrome-rel-mac',
106 'factory': m_annotator.BaseFactory('chromium', timeout=2400), 107 'factory': m_annotator.BaseFactory('chromium', timeout=2400),
107 'notify_on_missing': True, 108 'notify_on_missing': True,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 # Buildbot master url: 149 # Buildbot master url:
149 # Must come before AutoSetupMaster(). 150 # Must come before AutoSetupMaster().
150 c['buildbotURL'] = ActiveMaster.buildbot_url 151 c['buildbotURL'] = ActiveMaster.buildbot_url
151 152
152 # Adds common status and tools to this master. 153 # Adds common status and tools to this master.
153 master_utils.AutoSetupMaster(c, ActiveMaster, 154 master_utils.AutoSetupMaster(c, ActiveMaster,
154 public_html='../master.chromium/public_html', 155 public_html='../master.chromium/public_html',
155 templates=['../master.chromium/templates'], 156 templates=['../master.chromium/templates'],
156 tagComparator=master_poller.comparator, 157 tagComparator=master_poller.comparator,
157 enable_http_status_push=ActiveMaster.is_production_host) 158 enable_http_status_push=ActiveMaster.is_production_host)
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.perf/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698