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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1641703005: V8 Buildbot: Switch XP to Win7 for continuous 32 bit win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 110f7ff5758dcdf740946795741e38368519511b..aa7d720a3dc9d93b401b36dcdacaba62aa5294ac 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -631,8 +631,8 @@ BUILDERS = {
'tests': [V8Testing, Test262, Mozilla],
'testing': {'platform': 'linux'},
'swarming_dimensions': {
- 'os': 'Windows-XP-SP3',
- 'cpu': 'x86-32',
+ 'os': 'Windows-7-SP1',
+ 'cpu': 'x86-64',
},
},
'V8 Win32 - nosnap - shared': {
@@ -668,8 +668,8 @@ BUILDERS = {
'tests': [V8Testing_2, Test262, Mozilla],
'testing': {'platform': 'linux'},
'swarming_dimensions': {
- 'os': 'Windows-XP-SP3',
- 'cpu': 'x86-32',
+ 'os': 'Windows-7-SP1',
+ 'cpu': 'x86-64',
},
},
'V8 Win64': {
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698