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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 RESULTS_URL = 'https://chromeperf.appspot.com' 7 RESULTS_URL = 'https://chromeperf.appspot.com'
8 8
9 9
10 KITCHEN_TEST_SPEC = { 10 KITCHEN_TEST_SPEC = {
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 ], 971 ],
972 'bot_type': 'tester', 972 'bot_type': 'tester',
973 'parent_buildername': 'CrWinClngLLD64dbg', 973 'parent_buildername': 'CrWinClngLLD64dbg',
974 'testing': { 974 'testing': {
975 'platform': 'win', 975 'platform': 'win',
976 }, 976 },
977 'enable_swarming': True, 977 'enable_swarming': True,
978 }, 978 },
979 'CrWinAsan': { 979 'CrWinAsan': {
980 'chromium_config': 'chromium_win_clang_asan_tot', 980 'chromium_config': 'chromium_win_clang_asan_tot',
981 'chromium_apply_config': ['mb'], 981 'chromium_apply_config': ['mb', 'clobber'],
982 'gclient_config': 'chromium', 982 'gclient_config': 'chromium',
983 'chromium_config_kwargs': { 983 'chromium_config_kwargs': {
984 'BUILD_CONFIG': 'Release', 984 'BUILD_CONFIG': 'Release',
985 'TARGET_BITS': 32, 985 'TARGET_BITS': 32,
986 }, 986 },
987 'bot_type': 'builder', 987 'bot_type': 'builder',
988 'testing': { 988 'testing': {
989 'platform': 'win', 989 'platform': 'win',
990 }, 990 },
991 'use_isolate': True, 991 'use_isolate': True,
(...skipping 14 matching lines...) Expand all
1006 ], 1006 ],
1007 'bot_type': 'tester', 1007 'bot_type': 'tester',
1008 'parent_buildername': 'CrWinAsan', 1008 'parent_buildername': 'CrWinAsan',
1009 'testing': { 1009 'testing': {
1010 'platform': 'win', 1010 'platform': 'win',
1011 }, 1011 },
1012 'enable_swarming': True, 1012 'enable_swarming': True,
1013 }, 1013 },
1014 'CrWinAsan(dll)': { 1014 'CrWinAsan(dll)': {
1015 'chromium_config': 'chromium_win_clang_asan_tot', 1015 'chromium_config': 'chromium_win_clang_asan_tot',
1016 'chromium_apply_config': ['mb'], 1016 'chromium_apply_config': ['mb', 'clobber'],
1017 'gclient_config': 'chromium', 1017 'gclient_config': 'chromium',
1018 'chromium_config_kwargs': { 1018 'chromium_config_kwargs': {
1019 'BUILD_CONFIG': 'Release', 1019 'BUILD_CONFIG': 'Release',
1020 'TARGET_BITS': 32, 1020 'TARGET_BITS': 32,
1021 }, 1021 },
1022 'GYP_DEFINES': { 'component': 'shared_library' }, 1022 'GYP_DEFINES': { 'component': 'shared_library' },
1023 'bot_type': 'builder', 1023 'bot_type': 'builder',
1024 'testing': { 1024 'testing': {
1025 'platform': 'win', 1025 'platform': 'win',
1026 }, 1026 },
(...skipping 15 matching lines...) Expand all
1042 ], 1042 ],
1043 'bot_type': 'tester', 1043 'bot_type': 'tester',
1044 'parent_buildername': 'CrWinAsan(dll)', 1044 'parent_buildername': 'CrWinAsan(dll)',
1045 'testing': { 1045 'testing': {
1046 'platform': 'win', 1046 'platform': 'win',
1047 }, 1047 },
1048 'enable_swarming': True, 1048 'enable_swarming': True,
1049 }, 1049 },
1050 'CrWinAsanCov': { 1050 'CrWinAsanCov': {
1051 'chromium_config': 'chromium_win_clang_asan_tot_coverage', 1051 'chromium_config': 'chromium_win_clang_asan_tot_coverage',
1052 'chromium_apply_config': ['mb'], 1052 'chromium_apply_config': ['mb', 'clobber'],
1053 'gclient_config': 'chromium', 1053 'gclient_config': 'chromium',
1054 'chromium_config_kwargs': { 1054 'chromium_config_kwargs': {
1055 'BUILD_CONFIG': 'Release', 1055 'BUILD_CONFIG': 'Release',
1056 'TARGET_BITS': 32, 1056 'TARGET_BITS': 32,
1057 }, 1057 },
1058 'bot_type': 'builder', 1058 'bot_type': 'builder',
1059 'testing': { 1059 'testing': {
1060 'platform': 'win', 1060 'platform': 'win',
1061 }, 1061 },
1062 'use_isolate': True, 1062 'use_isolate': True,
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'enable_swarming': True, 2222 'enable_swarming': True,
2223 'testing': { 2223 'testing': {
2224 'platform': 'win', 2224 'platform': 'win',
2225 }, 2225 },
2226 }, 2226 },
2227 2227
2228 'Linux Kitchen (kitchen_run)': KITCHEN_TEST_SPEC, 2228 'Linux Kitchen (kitchen_run)': KITCHEN_TEST_SPEC,
2229 'Linux Kitchen (annotated_run)': KITCHEN_TEST_SPEC, 2229 'Linux Kitchen (annotated_run)': KITCHEN_TEST_SPEC,
2230 }, 2230 },
2231 } 2231 }
OLDNEW
« 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