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

Side by Side 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, 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 unified diff | 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 »
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 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 steps.generate_instrumentation_test, 2184 steps.generate_instrumentation_test,
2185 ], 2185 ],
2186 'testing': { 2186 'testing': {
2187 'platform': 'linux', 2187 'platform': 'linux',
2188 }, 2188 },
2189 'use_isolate': True, 2189 'use_isolate': True,
2190 'enable_swarming': True, 2190 'enable_swarming': True,
2191 }, 2191 },
2192 'Win SyzyAsan (rel)': { 2192 'Win SyzyAsan (rel)': {
2193 'chromium_config': 'chromium', 2193 'chromium_config': 'chromium',
2194 'chromium_apply_config': ['syzyasan_compile_only', 'shared_library'], 2194 'chromium_apply_config': [
2195 'mb',
2196 'syzyasan_compile_only',
2197 'shared_library',
2198 ],
2195 'gclient_config': 'chromium', 2199 'gclient_config': 'chromium',
2196 'chromium_config_kwargs': { 2200 'chromium_config_kwargs': {
2197 'BUILD_CONFIG': 'Release', 2201 'BUILD_CONFIG': 'Release',
2198 'TARGET_PLATFORM': 'win', 2202 'TARGET_PLATFORM': 'win',
2199 'TARGET_BITS': 32, 2203 'TARGET_BITS': 32,
2200 }, 2204 },
2201 'compile_targets': [ 2205 'compile_targets': [
2202 'chrome', 2206 'chrome',
2203 ], 2207 ],
2204 'enable_swarming': True, 2208 'enable_swarming': True,
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 steps.generate_gtest, 2295 steps.generate_gtest,
2292 steps.generate_script, 2296 steps.generate_script,
2293 steps.generate_isolated_script, 2297 steps.generate_isolated_script,
2294 ], 2298 ],
2295 'testing': { 'platform': 'win', }, 2299 'testing': { 'platform': 'win', },
2296 'use_isolate': True, 2300 'use_isolate': True,
2297 'enable_swarming': True, 2301 'enable_swarming': True,
2298 }, 2302 },
2299 }, 2303 },
2300 } 2304 }
OLDNEW
« 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