| 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 9f67dba7c5365327d40c58dfcdf93bf18ec26d6b..43014418da26dcfc4d10b989f1f52cb1be40f91f 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -360,16 +360,19 @@ SPEC = {
|
| },
|
| 'CFI Linux CF': {
|
| 'chromium_config': 'chromium_cfi',
|
| - 'chromium_apply_config': ['mb'],
|
| + 'chromium_apply_config': ['mb', 'clobber'],
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'builder',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| + 'compile_targets': [ 'chromium_builder_asan' ],
|
| + 'cf_archive_build': True,
|
| + 'cf_gs_bucket': 'chromium-browser-cfi',
|
| + 'cf_gs_acl': 'public-read',
|
| + 'cf_archive_name': 'cfi',
|
| + 'testing': { 'platform': 'linux' },
|
| },
|
| 'LTO Linux': {
|
| 'chromium_config': 'chromium_official',
|
|
|