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

Unified Diff: masters/master.tryserver.chromium/master.cfg

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 | « masters/master.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
===================================================================
--- masters/master.tryserver.chromium/master.cfg (revision 175544)
+++ masters/master.tryserver.chromium/master.cfg (working copy)
@@ -1297,10 +1297,10 @@
' component=shared_library')}})
}
-b_win_aura = CreateBuilder(
+b_win7_aura = CreateBuilder(
platform='win32',
target='Debug',
- builder_name='win_aura',
+ builder_name='win7_aura',
options=['aura_builder'],
tests=[
'ash_unittests',
@@ -1323,10 +1323,10 @@
})
# this matches the bot on the main waterfall soon
-b_win_ash = CreateBuilder(
+b_win8_aura = CreateBuilder(
platform='win32',
target='Debug',
- builder_name='win_ash',
+ builder_name='win8_aura',
options=['aura_builder'],
tests=[
'ash_unittests',
@@ -1337,7 +1337,7 @@
goma=True,
factory_properties={
'gclient_env': {
- 'GYP_DEFINES': 'use_ash=1',
+ 'GYP_DEFINES': 'use_aura=1',
},
})
@@ -1789,7 +1789,7 @@
b_win_chrome_frame,
b_swarm,
b_linux_chromeos_clang,
- b_linux_futura, b_linux_aura, b_win_ash, b_win_aura,
+ b_linux_futura, b_linux_aura, b_win7_aura, b_win8_aura,
b_linux_asan,
b_linux_chromeos_asan,
b_mac_asan,
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698