| 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 a9ccfa2722e4374c235d9a0294d10e6a3f6a0995..926ffd2096877f6943f3c5e7257287776f81452a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1047,9 +1047,10 @@ SPEC = {
|
| },
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| - 'compile_targets': [ 'chromium_builder_asan' ],
|
| - # add_tests_as_compile_targets not needed for the asan bot, it doesn't
|
| - # build everything.
|
| + 'compile_targets': [ 'all' ],
|
| + # Workaround so that recipes doesn't add random build targets to our
|
| + # compile line. We want to build everything.
|
| + 'add_tests_as_compile_targets': False,
|
| },
|
| 'CrWinAsan tester': {
|
| 'chromium_config': 'chromium_win_asan',
|
| @@ -1083,9 +1084,10 @@ SPEC = {
|
| },
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| - 'compile_targets': [ 'chromium_builder_asan' ],
|
| - # add_tests_as_compile_targets not needed for the asan bot, it doesn't
|
| - # build everything.
|
| + 'compile_targets': [ 'all' ],
|
| + # Workaround so that recipes doesn't add random build targets to our
|
| + # compile line. We want to build everything.
|
| + 'add_tests_as_compile_targets': False,
|
| },
|
| 'CrWinAsan(dll) tester': {
|
| 'chromium_config': 'chromium_win_asan',
|
| @@ -1118,9 +1120,10 @@ SPEC = {
|
| },
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| - 'compile_targets': [ 'chromium_builder_asan' ],
|
| - # add_tests_as_compile_targets not needed for the asan bot, it doesn't
|
| - # build everything.
|
| + 'compile_targets': [ 'all' ],
|
| + # Workaround so that recipes doesn't add random build targets to our
|
| + # compile line. We want to build everything.
|
| + 'add_tests_as_compile_targets': False,
|
| },
|
| 'CrWinAsanCov tester': {
|
| 'chromium_config': 'chromium_win_asan',
|
|
|