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 66b17ba313155e0f9363b613c6fc4b57d3d264ba..8e8cf65373adbcbe7bbf974082d9c0ad41c5754a 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -134,6 +134,35 @@ SPEC = { |
| 'platform': 'linux', |
| }, |
| }, |
| + # There are no slaves for this builder and this builder doesn't |
| + # appear on the actual continuous waterfall; this configuration |
| + # is here so that a try bot can be added. |
| + 'WebKit Linux slimming_paint_v2 Dummy Builder': { |
| + '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', |
| + ], |
| + 'test_generators': [ |
| + steps.generate_gtest, |
| + steps.generate_script, |
| + ], |
| + 'tests': [ |
| + steps.BlinkTest(extra_args=[ |
| + '--enable-wptserve', |
| + ]), |
|
Dirk Pranke
2016/07/26 18:40:48
Do you really want --enable-wptserve here?
qyearsley
2016/07/26 22:10:33
Nope; I copied and pasted a section of code and ap
|
| + ], |
| + 'testing': { |
| + 'platform': 'linux', |
| + }, |
| + 'enable_swarming': True, |
| + 'use_isolate': True, |
| + }, |
| 'WebKit Linux - WPTServe':{ |
| 'chromium_config': 'chromium', |
| 'chromium_apply_config': ['mb','ninja_confirm_noop'], |