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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1579623002: V8 Buildbot: Stage mac asan for swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 76510923ddf26dce646e83e66894c3fcd8ff69ce..1ce9da9d05eb0202764a0a257695d0c828acb8c0 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -2250,14 +2250,14 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_swarming_staging': {
- 'chromium_apply_config': ['v8_ninja', 'clang', 'goma'],
+ 'chromium_apply_config': ['v8_ninja', 'clang', 'asan', 'goma'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
+ 'TARGET_BITS': 64,
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing, Test262, Mozilla, SimdJs],
+ 'tests': [V8Testing_2],
'swarming_dimensions': {
'os': 'Mac-10.9',
'cpu': 'x86-64',
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698