| 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 06f4de53682455ddcb0215f8f78ab3bc1341abdc..a8ea5de0cf88516d4a8b081a8bd20b0deb30f73d 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=[
|
| + '--additional-driver-flag=--enable-slimming-paint-v2',
|
| + ]),
|
| + ],
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + 'enable_swarming': True,
|
| + 'use_isolate': True,
|
| + },
|
| 'WebKit Linux - WPTServe':{
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['mb','ninja_confirm_noop'],
|
|
|