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

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

Issue 1236443009: V8 Buildbot: Add mac64 asan trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 5 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/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index f6edcb4b66f8971c29f03643b174b96b5cbf8e64..68c421bd07b0c90681f36e6fb218d6596236afe7 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1783,6 +1783,22 @@ BUILDERS = {
'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'],
'testing': {'platform': 'mac'},
},
+ 'v8_mac64_asan_rel': {
+ 'chromium_apply_config': [
+ 'v8_ninja',
+ 'clang',
+ 'asan',
+ 'goma',
+ 'no_dcheck',
+ ],
+ 'v8_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'tests': ['unittests', 'v8testing'],
+ 'testing': {'platform': 'mac'},
+ },
'v8_linux_arm_rel': {
'chromium_apply_config': ['simulate_arm', 'v8_goma'],
'v8_config_kwargs': {
« no previous file with comments | « masters/master.tryserver.v8/slaves.cfg ('k') | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698