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

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

Issue 887093002: Rename CrWinClang(asan) to CrWinAsan. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index e8d3a5f63f21e5eca68fbb73e3ad76536fcba9bd..34fa79e68f86376ac4a18ac8cc39f0314b97cab4 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -585,7 +585,7 @@ SPEC = {
},
'enable_swarming': True,
},
- 'CrWinClang(asan)': {
+ 'CrWinAsan': {
'recipe_config': 'chromium_win_clang_asan',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -602,7 +602,7 @@ SPEC = {
# add_tests_as_compile_targets not needed for the asan bot, it doesn't
# build everything.
},
- 'CrWinClang(asan) tester': {
+ 'CrWinAsan tester': {
'recipe_config': 'chromium_win_asan',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -612,7 +612,7 @@ SPEC = {
steps.generate_gtest,
],
'bot_type': 'tester',
- 'parent_buildername': 'CrWinClang(asan)',
+ 'parent_buildername': 'CrWinAsan',
'testing': {
'platform': 'win',
},
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | 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