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

Side by Side Diff: masters/master.chromium.linux/master_gatekeeper_cfg.py

Issue 66343003: events: Run events_unittests on the bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
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 master import gatekeeper 5 from master import gatekeeper
6 from master import master_utils 6 from master import master_utils
7 7
8 # This is the list of the builder categories and the corresponding critical 8 # This is the list of the builder categories and the corresponding critical
9 # steps. If one critical step fails, gatekeeper will close the tree 9 # steps. If one critical step fails, gatekeeper will close the tree
10 # automatically. 10 # automatically.
(...skipping 10 matching lines...) Expand all
21 'cc_unittests', 21 'cc_unittests',
22 'chrome_frame_net_tests', 22 'chrome_frame_net_tests',
23 'chromedriver2_unittests', 23 'chromedriver2_unittests',
24 'components_unittests', 24 'components_unittests',
25 'compositor_unittests', 25 'compositor_unittests',
26 'content_browsertests', 26 'content_browsertests',
27 'content_unittests', 27 'content_unittests',
28 'courgette_unittests', 28 'courgette_unittests',
29 'crypto_unittests', 29 'crypto_unittests',
30 'device_unittests', 30 'device_unittests',
31 'events_unittests',
31 'google_apis_unittests', 32 'google_apis_unittests',
32 'installer_util_unittests', 33 'installer_util_unittests',
33 'interactive_ui_tests', 34 'interactive_ui_tests',
34 'ipc_tests', 35 'ipc_tests',
35 'jingle_unittests', 36 'jingle_unittests',
36 'media_unittests', 37 'media_unittests',
37 'mini_installer_test', 38 'mini_installer_test',
38 'nacl_integration', 39 'nacl_integration',
39 'net_unittests', 40 'net_unittests',
40 'ppapi_unittests', 41 'ppapi_unittests',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 relayhost=config.Master.smtp, 109 relayhost=config.Master.smtp,
109 subject='buildbot %(result)s in %(projectName)s on %(builder)s, ' 110 subject='buildbot %(result)s in %(projectName)s on %(builder)s, '
110 'revision %(revision)s', 111 'revision %(revision)s',
111 extraRecipients=[], 112 extraRecipients=[],
112 lookup=master_utils.FilterDomain(), 113 lookup=master_utils.FilterDomain(),
113 forgiving_steps=forgiving_steps, 114 forgiving_steps=forgiving_steps,
114 tree_status_url=None, 115 tree_status_url=None,
115 sheriffs=['sheriff_android'], 116 sheriffs=['sheriff_android'],
116 public_html='../master.chromium/public_html', 117 public_html='../master.chromium/public_html',
117 use_getname=True)) 118 use_getname=True))
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.linux/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698