Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2262243002: Build "all" on the CrWinAsan bots Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698