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

Unified Diff: masters/master.tryserver.v8/slaves.cfg

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
« no previous file with comments | « masters/master.tryserver.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.v8/slaves.cfg
diff --git a/masters/master.tryserver.v8/slaves.cfg b/masters/master.tryserver.v8/slaves.cfg
index c1e8ee36ec396f1e8363b108270d7fb69e6954f6..a050a85ab0772444d67fb25a074550c9ac1c9fb5 100644
--- a/masters/master.tryserver.v8/slaves.cfg
+++ b/masters/master.tryserver.v8/slaves.cfg
@@ -78,7 +78,13 @@ slaves.extend([
slaves.extend([
{
'master': 'V8TryServer',
- 'builder': ['v8_mac_rel', 'v8_mac_dbg', 'v8_mac64_rel', 'v8_mac64_dbg'],
+ 'builder': [
+ 'v8_mac_rel',
+ 'v8_mac_dbg',
+ 'v8_mac64_rel',
+ 'v8_mac64_dbg',
+ 'v8_mac64_asan_rel',
+ ],
'hostname': name,
'os': 'mac',
'version': '10.6',
« no previous file with comments | « masters/master.tryserver.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698