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 8def1ed90896c08b420f2113e0079a70a53cfd04..b56511675ccbcfcba40261c9416cfe444dea57b0 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -1772,6 +1772,27 @@ SPEC = { |
| 'use_isolate': True, |
| }, |
| + 'Headless Linux': { |
| + 'chromium_config': 'chromium', |
|
jbudorick
2016/03/29 15:13:35
This should also have:
'chromium_apply_config':
perezju
2016/03/29 15:37:41
Change in this CL done.
|
| + 'gclient_config': 'chromium', |
| + 'chromium_config_kwargs': { |
| + 'BUILD_CONFIG': 'Debug', |
| + 'TARGET_BITS': 64, |
| + 'TARGET_PLATFORM': 'linux', |
| + }, |
| + 'bot_type': 'builder_tester', |
| + 'compile_targets': [ |
| + 'headless_lib', |
| + 'headless_tests', |
| + ], |
| + 'test_generators': [ |
| + steps.generate_gtest, |
| + ], |
| + 'testing': { |
| + 'platform': 'linux', |
| + }, |
| + }, |
| + |
| 'Android Builder (dbg)': { |
| 'chromium_config': 'android', |
| 'chromium_apply_config': ['chrome_with_codecs'], |