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

Side by Side Diff: masters/master.chromium.win/master_win_cfg.py

Issue 11565044: Add win8 aura bot to chromium.win, make tryserver match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 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 | 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 master_config 5 from master import master_config
6 from master.factory import chromium_factory 6 from master.factory import chromium_factory
7 7
8 defaults = {} 8 defaults = {}
9 9
10 helper = master_config.Helper(defaults) 10 helper = master_config.Helper(defaults)
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 notify_on_missing=True) 181 notify_on_missing=True)
182 B('Chrome Frame Tests (ie9)', 'rel_cf', 'testers|windows', 'win_rel_trigger', 182 B('Chrome Frame Tests (ie9)', 'rel_cf', 'testers|windows', 'win_rel_trigger',
183 notify_on_missing=True) 183 notify_on_missing=True)
184 184
185 ################################################################################ 185 ################################################################################
186 ## Debug 186 ## Debug
187 ################################################################################ 187 ################################################################################
188 188
189 dbg_archive = master_config.GetArchiveUrl('ChromiumWin', 'Win Builder (dbg)', 189 dbg_archive = master_config.GetArchiveUrl('ChromiumWin', 'Win Builder (dbg)',
190 'cr-win-dbg', 'win32') 190 'cr-win-dbg', 'win32')
191 dbg_aura_archive = master_config.GetArchiveUrl(
192 'ChromiumWinAura', 'Win Aura Builder (dbg)',
193 'cr-win-aura-dbg', 'win32')
191 194
192 # 195 #
193 # Main debug scheduler for src/ 196 # Main debug scheduler for src/
194 # 197 #
195 S('win_dbg', branch='src', treeStableTimer=60) 198 S('win_dbg', branch='src', treeStableTimer=60)
196 199
197 # 200 #
198 # Triggerable scheduler for the dbg builder 201 # Triggerable scheduler for the dbg builder
199 # 202 #
200 T('win_dbg_trigger') 203 T('win_dbg_trigger')
204 T('win_aura_dbg_trigger')
201 205
202 # 206 #
203 # Win Dbg Builder 207 # Win Dbg Builder
204 # 208 #
205 win_dbg_gyp_defines = 'fastbuild=1 win_debug_disable_iterator_debugging=1' 209 win_dbg_gyp_defines = 'fastbuild=1 win_debug_disable_iterator_debugging=1'
206 B('Win Builder (dbg)', 'dbg', 'compile|windows', 'win_dbg', 210 B('Win Builder (dbg)', 'dbg', 'compile|windows', 'win_dbg',
207 builddir='cr-win-dbg', auto_reboot=False, notify_on_missing=True) 211 builddir='cr-win-dbg', auto_reboot=False, notify_on_missing=True)
208 F('dbg', win().ChromiumFactory( 212 F('dbg', win().ChromiumFactory(
209 target='Debug', 213 target='Debug',
210 slave_type='Builder', 214 slave_type='Builder',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 F('dbg_int', win_tester().ChromiumFactory( 343 F('dbg_int', win_tester().ChromiumFactory(
340 target='Debug', 344 target='Debug',
341 slave_type='Tester', 345 slave_type='Tester',
342 build_url=dbg_archive, 346 build_url=dbg_archive,
343 tests=['interactive_ui'], 347 tests=['interactive_ui'],
344 factory_properties={'process_dumps': True, 348 factory_properties={'process_dumps': True,
345 'start_crash_handler': True, 349 'start_crash_handler': True,
346 'generate_gtest_json': True})) 350 'generate_gtest_json': True}))
347 351
348 # 352 #
349 # Dbg Aura builder 353 # Win Aura Dbg builder
350 # 354 #
351 aura_gyp_defines = ('use_aura=1 win_debug_disable_iterator_debugging=1') 355 aura_gyp_defines = 'use_aura=1 win_debug_disable_iterator_debugging=1'
352 B('Win Aura', 'dbg_aura', 'compile|testers|windows', 'win_dbg', 356 B('Win Aura', 'dbg_aura', 'compile|windows', 'win_dbg',
Peter Mayo 2012/12/17 21:23:48 Win Aura Builder? Arg 1 needs to be distinct.
scottmg 2012/12/17 22:00:40 Done.
353 notify_on_missing=True) 357 builddir='cr-win-dbg-aura', auto_reboot=False, notify_on_missing=True)
354 F('dbg_aura', win().ChromiumFactory( 358 F('dbg_aura', win().ChromiumFactory(
355 target='Debug', 359 target='Debug',
356 slave_type='BuilderTester', 360 slave_type='Builder',
361 project='all.sln;aura_builder',
362 factory_properties={'gclient_env': {'GYP_DEFINES': aura_gyp_defines},
363 'trigger': 'win_aura_dbg_trigger'}))
364
365 # Dbg Windows Aura Desktop
366 B('Win Aura', 'dbg_win_aura', 'testers|windows', 'win_aura_dbg_trigger',
367 notify_on_missing=True)
368 F('dbg_win_aura', win_tester().ChromiumFactory(
369 target='Debug',
370 slave_type='Tester',
371 build_url=dbg_aura_archive,
357 tests=[ 372 tests=[
358 'ash_unittests', 373 'ash_unittests',
359 'aura', 374 'aura',
360 'browser_tests', 375 'browser_tests',
361 'compositor', 376 'compositor',
362 'content_browsertests', 377 'content_browsertests',
363 'content_unittests', 378 'content_unittests',
364 'interactive_ui', 379 'interactive_ui',
365 'unit_unit', 380 'unit_unit',
366 'views', 381 'views',
367 ], 382 ],
368 project='all.sln;aura_builder', 383 factory_properties={'process_dumps': True,
369 factory_properties={'gclient_env': {'GYP_DEFINES': aura_gyp_defines}, 384 'sharded_tests': sharded_tests,
370 'process_dumps': True, 385 'start_crash_handler': True,
371 'sharded_tests': sharded_tests, 386 'generate_gtest_json': True}))
372 'start_crash_handler': True, 387 #
373 'generate_gtest_json': True})) 388 # Dbg Win8 Ash
374 # When the tests grow we'll need a separate tester. 389 #
390 B('Win8 Ash', 'dbg_win_ash', 'testers|windows', 'win_aura_dbg_trigger',
391 notify_on_missing=True)
392 F('dbg_win_ash', win_tester().ChromiumFactory(
393 target='Debug',
394 slave_type='Tester',
395 build_url=dbg_aura_archive,
396 tests=[
397 'ash_unittests',
398 'aura',
399 'compositor',
400 'views',
401 ],
402 factory_properties={'process_dumps': True,
403 'sharded_tests': sharded_tests,
404 'start_crash_handler': True,
405 'generate_gtest_json': True}))
375 406
376 def Update(config, active_master, c): 407 def Update(config, active_master, c):
377 return helper.Update(c) 408 return helper.Update(c)
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.win/slaves.cfg » ('j') | masters/master.chromium.win/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698