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

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

Issue 66063002: Remove Win Aura bots from the buildbot and tryservers since they're now redundant as trunk Windows … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: the real unused 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
« no previous file with comments | « masters/master.chromium.unused/slaves.cfg ('k') | masters/master.chromium.win/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 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'win_rel_trigger', notify_on_missing=True) 333 'win_rel_trigger', notify_on_missing=True)
334 B('Chrome Frame Tests (ie9)', 'rel_cf', 'testers|windows', 'win_rel_trigger', 334 B('Chrome Frame Tests (ie9)', 'rel_cf', 'testers|windows', 'win_rel_trigger',
335 notify_on_missing=True) 335 notify_on_missing=True)
336 336
337 ################################################################################ 337 ################################################################################
338 ## Debug 338 ## Debug
339 ################################################################################ 339 ################################################################################
340 340
341 dbg_archive = master_config.GetArchiveUrl('ChromiumWin', 'Win Builder (dbg)', 341 dbg_archive = master_config.GetArchiveUrl('ChromiumWin', 'Win Builder (dbg)',
342 'cr-win-dbg', 'win32') 342 'cr-win-dbg', 'win32')
343 dbg_aura_archive = master_config.GetArchiveUrl('ChromiumWin',
344 'Win Aura Builder',
345 'Win_Aura_Builder', 'win32')
346 343
347 # 344 #
348 # Main debug scheduler for src/ 345 # Main debug scheduler for src/
349 # 346 #
350 S('win_dbg', branch='src', treeStableTimer=60) 347 S('win_dbg', branch='src', treeStableTimer=60)
351 348
352 # 349 #
353 # Triggerable scheduler for the dbg builder 350 # Triggerable scheduler for the dbg builder
354 # 351 #
355 T('win_dbg_trigger') 352 T('win_dbg_trigger')
356 T('win_dbg_aura_trigger')
357 353
358 # 354 #
359 # Win x64 Dbg Builder 355 # Win x64 Dbg Builder
360 # 356 #
361 B('Win x64 Builder (dbg)', 'dbg_x64', 'compile|windows', 'win_dbg', 357 B('Win x64 Builder (dbg)', 'dbg_x64', 'compile|windows', 'win_dbg',
362 builddir='cr-win-dbg-x64', auto_reboot=False, notify_on_missing=True) 358 builddir='cr-win-dbg-x64', auto_reboot=False, notify_on_missing=True)
363 F('dbg_x64', win_out().ChromiumFactory( 359 F('dbg_x64', win_out().ChromiumFactory(
364 slave_type='Builder', 360 slave_type='Builder',
365 target='Debug_x64', 361 target='Debug_x64',
366 options=['--build-tool=ninja', '--', 'chromium_builder_tests'], 362 options=['--build-tool=ninja', '--', 'chromium_builder_tests'],
(...skipping 30 matching lines...) Expand all
397 'aura', 393 'aura',
398 'base_unittests', 394 'base_unittests',
399 'cacheinvalidation_unittests', 395 'cacheinvalidation_unittests',
400 'cc_unittests', 396 'cc_unittests',
401 'chromedriver2_unittests', 397 'chromedriver2_unittests',
402 'check_deps', 398 'check_deps',
403 'components_unittests', 399 'components_unittests',
404 'compositor', 400 'compositor',
405 'courgette_unittests', 401 'courgette_unittests',
406 'crypto_unittests', 402 'crypto_unittests',
403 'events',
407 'googleurl', 404 'googleurl',
408 'gpu', 405 'gpu',
409 'installer', 406 'installer',
410 'jingle', 407 'jingle',
411 'media', 408 'media',
412 'ppapi_unittests', 409 'ppapi_unittests',
413 'printing', 410 'printing',
414 'remoting', 411 'remoting',
415 'unit', 412 'unit',
416 'views_unittests', 413 'views_unittests',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 build_url=dbg_archive, 515 build_url=dbg_archive,
519 tests=['interactive_ui_tests'], 516 tests=['interactive_ui_tests'],
520 factory_properties={ 517 factory_properties={
521 'generate_gtest_json': True, 518 'generate_gtest_json': True,
522 'process_dumps': True, 519 'process_dumps': True,
523 'sharded_tests': sharded_tests, 520 'sharded_tests': sharded_tests,
524 'start_crash_handler': True, 521 'start_crash_handler': True,
525 })) 522 }))
526 523
527 # 524 #
528 # Dbg Aura builder
529 #
530
531 aura_gyp_defines = 'use_aura=1 fastbuild=1 chromium_win_pch=0'
532
533 B('Win Aura Builder', 'dbg_aura', 'compile|windows', 'win_dbg',
534 auto_reboot=False, notify_on_missing=True)
535 F('dbg_aura', win_out().ChromiumFactory(
536 target='Debug',
537 options=['--build-tool=ninja', '--compiler=goma', '--', 'aura_builder'],
538 slave_type='Builder',
539 factory_properties={'gclient_env': {'GYP_DEFINES': aura_gyp_defines},
540 'trigger': 'win_dbg_aura_trigger'}))
541
542 #
543 # Dbg Aura Testers 525 # Dbg Aura Testers
544 # 526 #
545 527
546 B('Win Aura Tests (1)', 'dbg_aura_test_1', 'testers|windows',
547 'win_dbg_aura_trigger', notify_on_missing=True)
548 F('dbg_aura_test_1', win_tester().ChromiumFactory(
549 target='Debug',
550 slave_type='Tester',
551 build_url=dbg_aura_archive,
552 tests=['ash_unittests',
553 'aura',
554 'browser_tests',
555 'chrome_frame_net_tests',
556 'chrome_frame_tests',
557 'content_browsertests',
558 ],
559 factory_properties={'process_dumps': True,
560 'sharded_tests': sharded_tests,
561 'browser_total_shards': 3, 'browser_shard_index': 1,
562 'start_crash_handler': True,
563 'generate_gtest_json': True}))
564
565 B('Win Aura Tests (2)', 'dbg_aura_test_2', 'testers|windows',
566 'win_dbg_aura_trigger', notify_on_missing=True)
567 F('dbg_aura_test_2', win_tester().ChromiumFactory(
568 target='Debug',
569 slave_type='Tester',
570 build_url=dbg_aura_archive,
571 tests=['browser_tests',
572 'chrome_frame_unittests',
573 'compositor',
574 'content_unittests',
575 'events',
576 'unit_tests',
577 'views_unittests',
578 ],
579 factory_properties={'process_dumps': True,
580 'sharded_tests': sharded_tests,
581 'browser_total_shards': 3, 'browser_shard_index': 2,
582 'start_crash_handler': True,
583 'generate_gtest_json': True}))
584
585 B('Win Aura Tests (3)', 'dbg_aura_test_3', 'testers|windows',
586 'win_dbg_aura_trigger', notify_on_missing=True)
587 F('dbg_aura_test_3', win_tester().ChromiumFactory(
588 target='Debug',
589 slave_type='Tester',
590 build_url=dbg_aura_archive,
591 tests=['browser_tests',
592 'interactive_ui_tests',
593 ],
594 factory_properties={'process_dumps': True,
595 'sharded_tests': sharded_tests,
596 'browser_total_shards': 3, 'browser_shard_index': 3,
597 'start_crash_handler': True,
598 'generate_gtest_json': True}))
599
600 B('Win8 Aura', 'dbg_aura_win8', 'windows', 528 B('Win8 Aura', 'dbg_aura_win8', 'windows',
601 'win_dbg_aura_trigger', notify_on_missing=True) 529 'win_dbg_trigger', notify_on_missing=True)
602 F('dbg_aura_win8', win_tester().ChromiumFactory( 530 F('dbg_aura_win8', win_tester().ChromiumFactory(
603 target='Debug', 531 target='Debug',
604 slave_type='Tester', 532 slave_type='Tester',
605 build_url=dbg_aura_archive, 533 build_url=dbg_archive,
606 tests=['ash_unittests', 534 tests=['ash_unittests',
607 'aura', 535 'aura',
608 'compositor', 536 'compositor',
609 'events', 537 'events',
610 'views_unittests', 538 'views_unittests',
611 ], 539 ],
612 factory_properties={ 540 factory_properties={
613 'generate_gtest_json': True, 541 'generate_gtest_json': True,
614 'process_dumps': True, 542 'process_dumps': True,
615 'sharded_tests': sharded_tests, 543 'sharded_tests': sharded_tests,
616 'start_crash_handler': True, 544 'start_crash_handler': True,
617 })) 545 }))
618 546
619 def Update(config, active_master, c): 547 def Update(config, active_master, c):
620 return helper.Update(c) 548 return helper.Update(c)
OLDNEW
« no previous file with comments | « masters/master.chromium.unused/slaves.cfg ('k') | masters/master.chromium.win/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698