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

Unified Diff: masters/master.client.v8/master.cfg

Issue 2351963004: V8: Remove xcode-ninja bot (Closed)
Patch Set: Remove bot Created 4 years, 3 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 | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/master.cfg
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
index 7632ef0d850553e571417b298a1a6eb1b2aef9f1..16311011017ed67bc1e2a6dc8f1cabaee2b58a53 100644
--- a/masters/master.client.v8/master.cfg
+++ b/masters/master.client.v8/master.cfg
@@ -80,7 +80,6 @@ s_v8 = Scheduler(name='v8_src',
'V8 Mac - debug',
'V8 Mac64',
'V8 Mac64 - debug',
- 'V8 Mac64 - xcode',
'V8 Mac GC Stress',
'V8 Mac64 ASAN'])
@@ -443,14 +442,6 @@ b_v8_mac64_debug = {
'auto_reboot' : True,
}
-b_v8_mac64_xcode = {
- 'name': 'V8 Mac64 - xcode',
- 'slavebuilddir': 'mac64_xcode',
- 'factory': m_annotator.BaseFactory('v8'),
- 'category': CATEGORY_MAC,
- 'auto_reboot' : True,
-}
-
b_v8_win64 = {
'name': 'V8 Win64',
'slavebuilddir': 'win64',
@@ -639,7 +630,6 @@ c['builders'] = [b_v8_linux_builder,
b_v8_mac_debug,
b_v8_mac64,
b_v8_mac64_debug,
- b_v8_mac64_xcode,
b_v8_gcstress,
b_v8_linux64_custom_snapshot_gcstress,
b_v8_mac_gcstress,
« no previous file with comments | « no previous file | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698