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

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
Index: masters/master.tryserver.chromium/master.cfg
===================================================================
--- masters/master.tryserver.chromium/master.cfg (revision 175544)
+++ masters/master.tryserver.chromium/master.cfg (working copy)
@@ -1300,7 +1300,7 @@
b_win_aura = CreateBuilder(
cmp 2013/01/09 18:47:54 Let's make this b_win7_aura.
scottmg 2013/01/09 18:56:42 Done.
platform='win32',
target='Debug',
- builder_name='win_aura',
+ builder_name='win_aura (win7)',
cmp 2013/01/09 18:47:54 Let's make this win7_aura.
scottmg 2013/01/09 18:56:42 Done.
options=['aura_builder'],
tests=[
'ash_unittests',
@@ -1323,10 +1323,10 @@
})
# this matches the bot on the main waterfall soon
-b_win_ash = CreateBuilder(
+b_win_aura_win8 = CreateBuilder(
cmp 2013/01/09 18:47:54 Let's make this b_win8_aura.
scottmg 2013/01/09 18:56:42 Done.
platform='win32',
target='Debug',
- builder_name='win_ash',
+ builder_name='win_aura (win8)',
cmp 2013/01/09 18:47:54 Let's make this win8_aura.
scottmg 2013/01/09 18:56:42 Done.
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_win_aura_win8, b_win_aura,
b_linux_asan,
b_linux_chromeos_asan,
b_mac_asan,

Powered by Google App Engine
This is Rietveld 408576698