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

Unified Diff: masters/master.tryserver.chromium/slaves.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/slaves.cfg
===================================================================
--- masters/master.tryserver.chromium/slaves.cfg (revision 175544)
+++ masters/master.tryserver.chromium/slaves.cfg (working copy)
@@ -383,11 +383,11 @@
'bits': '64',
} for number in range(521, 525)
]
- ash_aura_slaves = [
+ aura7_slaves = [
cmp 2013/01/09 18:47:54 Let's name this win7_aura_slaves.
scottmg 2013/01/09 18:56:42 Done.
{
'master': 'TryServer',
'builder': [
- 'win_ash', 'win_aura',
+ 'win_aura (win7)',
cmp 2013/01/09 18:47:54 Corresponding change to win7_aura here
scottmg 2013/01/09 18:56:42 Done.
'win', 'win_rel_naclmore', 'win_rel'
],
'hostname': 'vm%d-m4' % number,
@@ -396,6 +396,18 @@
'bits': '64',
} for number in new_win7
]
+ aura8_slaves = [
cmp 2013/01/09 18:47:54 Let's name this win8_aura_slaves.
scottmg 2013/01/09 18:56:42 Done.
+ {
+ 'master': 'TryServer',
+ 'builder': [
+ 'win_aura (win8)',
cmp 2013/01/09 18:47:54 corresponding change to win8_aura here
scottmg 2013/01/09 18:56:42 Done.
+ ],
+ 'hostname': 'vm115-m4',
+ 'os': 'win',
+ 'version': 'win8',
+ 'bits': '64',
+ }
+ ]
drmemory_slaves = [
{
'master': 'TryServer',
@@ -478,7 +490,8 @@
normal_slaves +
nacl_sdk_slaves +
layout_slaves +
- ash_aura_slaves +
+ aura7_slaves +
+ aura8_slaves +
drmemory_slaves +
chromeframe_slave +
gpu_slaves +
« masters/master.tryserver.chromium/master.cfg ('K') | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698