Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| index abb3423be0e89bbab6896fc71a28c42b65c6d57d..2ac67a0d5b6aab537bb6bb99725276cea9c6506e 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -186,6 +186,29 @@ SPEC = { |
| 'enable_swarming': True, |
| 'use_isolate': True, |
| }, |
| + 'WebKit Linux - RandomOrder':{ |
| + 'chromium_config': 'chromium', |
| + 'chromium_apply_config': ['mb','ninja_confirm_noop'], |
| + 'gclient_config': 'chromium', |
| + 'chromium_config_kwargs': { |
| + 'BUILD_CONFIG': 'Release', |
| + 'TARGET_BITS': 64, |
| + }, |
| + 'compile_targets': [ |
| + 'blink_tests', |
| + ], |
| + 'tests': [ |
| + steps.BlinkTest(extra_args=[ |
| + '--order=random', |
| + '--seed=$(date +%s)', |
|
qyearsley
2016/10/07 21:56:58
Hm, I suspect that this may not actually be expand
jeffcarp
2016/10/07 23:16:35
Good catch, I don't know, can we just try it and s
|
| + ]), |
| + ], |
| + 'testing': { |
| + 'platform': 'linux', |
| + }, |
| + 'enable_swarming': True, |
| + 'use_isolate': True, |
| + }, |
| 'WebKit Mac - WPTServe':{ |
| 'chromium_config': 'chromium', |
| 'chromium_apply_config': ['mb','ninja_confirm_noop'], |