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

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
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
+ win7_aura_slaves = [
{
'master': 'TryServer',
'builder': [
- 'win_ash', 'win_aura',
+ 'win7_aura',
'win', 'win_rel_naclmore', 'win_rel'
],
'hostname': 'vm%d-m4' % number,
@@ -396,6 +396,18 @@
'bits': '64',
} for number in new_win7
]
+ win8_aura_slaves = [
+ {
+ 'master': 'TryServer',
+ 'builder': [
+ 'win8_aura',
+ ],
+ '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 +
+ win7_aura_slaves +
+ win8_aura_slaves +
drmemory_slaves +
chromeframe_slave +
gpu_slaves +
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698