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

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

Issue 2185123002: Add MB config to SyzyASAN builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_Win_SyzyAsan__rel_.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 f333a4269305e3354c57a37bd5f6cfa8abcc7cde..3badd64d6a44ad0dae35d9d5d88f9daefdfe6a3e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2191,7 +2191,11 @@ SPEC = {
},
'Win SyzyAsan (rel)': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['syzyasan_compile_only', 'shared_library'],
+ 'chromium_apply_config': [
+ 'mb',
+ 'syzyasan_compile_only',
+ 'shared_library',
+ ],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698