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

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 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 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 173176)
+++ masters/master.chromium.win/master_win_cfg.py (working copy)
@@ -373,5 +373,27 @@
'generate_gtest_json': True}))
# When the tests grow we'll need a separate tester.
+#
+# Dbg Win8 Ash
+#
+aura_gyp_defines = ('use_aura=1 win_debug_disable_iterator_debugging=1')
Peter Mayo 2012/12/17 20:20:22 ash_gyp_defines = ... use_ash=1 ...
Peter Mayo 2012/12/17 20:38:17 Remove this assignment, it is redundant. Given th
scottmg 2012/12/17 20:53:08 Done.
+B('Win8 Ash', 'dbg_win8ash', 'compile|testers|windows', 'win_dbg',
+ notify_on_missing=True)
+F('dbg_win8ash', win().ChromiumFactory(
+ target='Debug',
+ slave_type='BuilderTester',
+ tests=[
+ 'ash_unittests',
+ 'aura',
+ 'compositor',
+ 'views',
+ ],
+ project='all.sln;aura_builder',
+ factory_properties={'gclient_env': {'GYP_DEFINES': aura_gyp_defines},
+ 'process_dumps': True,
+ 'sharded_tests': sharded_tests,
+ 'start_crash_handler': True,
+ 'generate_gtest_json': True}))
Peter Mayo 2012/12/17 20:38:17 Does this actually become ash by virtue of running
scottmg 2012/12/17 20:53:08 Yes. (Sort of. Or at least, as close as we can get
+
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