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

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

Issue 2092553002: Make CrWinASan* bots true clobber bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 6 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 7d07f34ad1cd3cd98ad9a41546d99dfd2cb6ca3f..53f1cff3232b94b931bc7bff3178f306583960ca 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -978,7 +978,7 @@ SPEC = {
},
'CrWinAsan': {
'chromium_config': 'chromium_win_clang_asan_tot',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'clobber'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1013,7 +1013,7 @@ SPEC = {
},
'CrWinAsan(dll)': {
'chromium_config': 'chromium_win_clang_asan_tot',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'clobber'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1049,7 +1049,7 @@ SPEC = {
},
'CrWinAsanCov': {
'chromium_config': 'chromium_win_clang_asan_tot_coverage',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'clobber'],
'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_CrWinAsan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698