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

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

Issue 2126533002: V8: Switch x87 bots to swarming. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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_ports_V8_Linux___x87___nosnap___debug.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 3c9f093002445ede6af2b7e78874360d2412d8d1..2f65056c34fbd0e534d935f4fe51a9a1d9f19fc1 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1498,6 +1498,7 @@ BUILDERS = {
'TARGET_BITS': 32,
},
'bot_type': 'builder',
+ 'enable_swarming': True,
'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
'testing': {'platform': 'linux'},
'triggers': [
@@ -1513,10 +1514,19 @@ BUILDERS = {
'TARGET_BITS': 32,
},
'bot_type': 'tester',
+ 'enable_swarming': True,
'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder',
'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
- 'tests': [V8Testing],
+ 'tests': [V8Testing_2],
'testing': {'platform': 'linux'},
+ 'swarming_dimensions': {
+ 'os': 'Ubuntu-14.04',
Michael Achenbach 2016/07/05 12:03:40 Using trusty will fix the referenced bug.
+ },
+ 'swarming_properties': {
+ 'default_expiration': 2 * 60 * 60,
Michael Achenbach 2016/07/05 12:03:40 Bot has long running tests, therefore higher timeo
tandrii(chromium) 2016/07/05 12:18:52 Acknowledged.
+ 'default_hard_timeout': 2 * 60 * 60,
+ 'default_priority': 35,
+ },
},
},
},
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698