| 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 8602a1b86892df935fe68f581ad7f09c11a7cb88..0708863f0ab825742c1b0edd2d4c56d27965c00e 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -328,6 +328,25 @@ SPEC = {
|
| 'platform': 'linux',
|
| },
|
| },
|
| + 'LTO Linux': {
|
| + 'chromium_config': 'chromium_official',
|
| + 'chromium_apply_config': ['mb'],
|
| + 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['chrome_internal'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_script,
|
| + steps.generate_isolated_script,
|
| + ],
|
| + 'bot_type': 'builder_tester',
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + },
|
| 'LTO Linux Perf': {
|
| 'chromium_config': 'chromium_official',
|
| 'chromium_apply_config': ['mb'],
|
|
|