Chromium Code Reviews| 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, |
| + }, |
| }, |
| }, |
| }, |