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

Side by Side Diff: masters/master.chromium.webkit/master_linux_webkit_latest_cfg.py

Issue 2382863002: Rename 'WebKit Linux' to 'WebKit Linux Precise' only in chromium.webkit master (Closed)
Patch Set: Fix missed >80 char line 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 unified diff | Download patch
« no previous file with comments | « no previous file | masters/master.chromium.webkit/slaves.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.process.properties import WithProperties 5 from buildbot.process.properties import WithProperties
6 6
7 from master import master_config 7 from master import master_config
8 from master import master_utils 8 from master import master_utils
9 from master.factory import remote_run_factory 9 from master.factory import remote_run_factory
10 10
(...skipping 26 matching lines...) Expand all
37 defaults['category'] = 'layout' 37 defaults['category'] = 'layout'
38 38
39 39
40 ################################################################################ 40 ################################################################################
41 ## Release 41 ## Release
42 ################################################################################ 42 ################################################################################
43 43
44 # 44 #
45 # Linux Rel Builder/Tester 45 # Linux Rel Builder/Tester
46 # 46 #
47 # FIXME: Rename this builder to indicate that it is running precise. 47
48 B('WebKit Linux', 'f_webkit_linux_rel', scheduler='global_scheduler') 48 B('WebKit Linux Precise', 'f_webkit_linux_rel', scheduler='global_scheduler')
49 F('f_webkit_linux_rel', m_remote_run_chromium_src('chromium')) 49 F('f_webkit_linux_rel', m_remote_run_chromium_src('chromium'))
50 50
51 B('WebKit Linux Trusty', 'f_webkit_linux_rel_trusty', 51 B('WebKit Linux Trusty', 'f_webkit_linux_rel_trusty',
52 scheduler='global_scheduler') 52 scheduler='global_scheduler')
53 F('f_webkit_linux_rel_trusty', m_remote_run_chromium_src('chromium')) 53 F('f_webkit_linux_rel_trusty', m_remote_run_chromium_src('chromium'))
54 54
55 B('WebKit Linux ASAN', 'f_webkit_linux_rel_asan', scheduler='global_scheduler', 55 B('WebKit Linux Precise ASAN', 'f_webkit_linux_rel_asan',
56 auto_reboot=True) 56 scheduler='global_scheduler', auto_reboot=True)
57 F('f_webkit_linux_rel_asan', m_remote_run_chromium_src('chromium')) 57 F('f_webkit_linux_rel_asan', m_remote_run_chromium_src('chromium'))
58 58
59 B('WebKit Linux MSAN', 'f_webkit_linux_rel_msan', scheduler='global_scheduler', 59 B('WebKit Linux Precise MSAN', 'f_webkit_linux_rel_msan',
60 auto_reboot=True) 60 scheduler='global_scheduler', auto_reboot=True)
61 F('f_webkit_linux_rel_msan', m_remote_run_chromium_src('chromium')) 61 F('f_webkit_linux_rel_msan', m_remote_run_chromium_src('chromium'))
62 62
63 B('WebKit Linux Leak', 'f_webkit_linux_leak_rel', scheduler='global_scheduler', 63 B('WebKit Linux Precise Leak', 'f_webkit_linux_leak_rel',
64 category='layout') 64 scheduler='global_scheduler', category='layout')
65 F('f_webkit_linux_leak_rel', m_remote_run_chromium_src('chromium')) 65 F('f_webkit_linux_leak_rel', m_remote_run_chromium_src('chromium'))
66 66
67 67
68 ################################################################################ 68 ################################################################################
69 ## Debug 69 ## Debug
70 ################################################################################ 70 ################################################################################
71 71
72 # 72 #
73 # Linux Dbg Webkit builders/testers 73 # Linux Dbg Webkit builders/testers
74 # 74 #
75 75
76 B('WebKit Linux (dbg)', 'f_webkit_dbg_tests', scheduler='global_scheduler', 76 B('WebKit Linux Precise (dbg)', 'f_webkit_dbg_tests',
77 auto_reboot=True) 77 scheduler='global_scheduler', auto_reboot=True)
78 F('f_webkit_dbg_tests', m_remote_run_chromium_src('chromium')) 78 F('f_webkit_dbg_tests', m_remote_run_chromium_src('chromium'))
79 79
80 80
81 def Update(_config, _active_master, c): 81 def Update(_config, _active_master, c):
82 return helper.Update(c) 82 return helper.Update(c)
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.webkit/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698