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

Unified 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 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | masters/master.chromium.win/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.win/master_win_cfg.py
===================================================================
--- masters/master.chromium.win/master_win_cfg.py (revision 175544)
+++ masters/master.chromium.win/master_win_cfg.py (working copy)
@@ -419,5 +419,20 @@
'start_crash_handler': True,
'generate_gtest_json': True}))
+B('Win8 Aura', 'dbg_aura_win8', 'testers|windows',
+ 'win_dbg_aura_trigger', notify_on_missing=True)
+F('dbg_aura_win8', win_tester().ChromiumFactory(
+ target='Debug',
+ slave_type='Tester',
+ build_url=dbg_aura_archive,
+ tests=['ash_unittests',
+ 'aura',
+ 'compositor',
+ 'views_unittests',
+ ],
+ factory_properties={'process_dumps': True,
+ 'start_crash_handler': True,
+ 'generate_gtest_json': True}))
+
def Update(config, active_master, c):
return helper.Update(c)
« no previous file with comments | « no previous file | masters/master.chromium.win/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698