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

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

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 | « masters/master.client.v8/slaves.cfg ('k') | scripts/slave/recipe_modules/v8/chromium_config.py » ('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 afb7156019cdffa9c6e8e9d9a90c9568e6e0c078..240c1e019d3c6857c21b0a53bb24da9ded5a1e3b 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -792,16 +792,6 @@ BUILDERS = {
},
'testing': {'platform': 'mac'},
},
- 'V8 Mac64 - xcode': {
- 'chromium_apply_config': [
- 'v8_xcode_ninja', 'default_compiler', 'goma'],
- 'v8_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'mac'},
- },
####### Category: Misc
'V8 Fuzzer': {
'v8_config_kwargs': {
« no previous file with comments | « masters/master.client.v8/slaves.cfg ('k') | scripts/slave/recipe_modules/v8/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698