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 25a643c11e5719874291ee4648ff9f3ba563000c..f6c6220fbc3da39722fda586d70ef7074270b309 100644 |
| --- a/scripts/slave/recipe_modules/v8/builders.py |
| +++ b/scripts/slave/recipe_modules/v8/builders.py |
| @@ -41,7 +41,10 @@ BUILDERS = { |
| 'bot_type': 'builder', |
| 'build_gs_archive': 'linux_swarming_staging_archive', |
| 'enable_swarming': True, |
| - 'testing': {'platform': 'linux'}, |
| + 'testing': { |
| + 'platform': 'linux', |
| + 'isolated_tests': {'default': '[dummy hash for default]'}, |
|
kjellander_chromium
2015/10/09 08:05:03
This looks like test data to me, should it really
Paweł Hajdan Jr.
2015/10/09 08:22:09
FWIW I'm fine with this. Alternatively, maybe I di
Michael Achenbach
2015/10/09 08:25:00
I'd like to do this smarter. Right now, there is l
|
| + }, |
| 'triggers': [ |
| 'V8 Linux - swarming staging', |
| ], |