Index: master.tryserver.webkit/config.json |
=================================================================== |
--- master.tryserver.webkit/config.json (revision 67605) |
+++ master.tryserver.webkit/config.json (working copy) |
@@ -1,97 +0,0 @@ |
-{ |
- "slaves": [ |
- { "name": "try-leopard-1", "platform": "*" }, |
- { "name": "try-leopard-2", "platform": "*" }, |
- { "name": "try-leopard-3", "platform": "*" }, |
- { "name": "try-leopard-4", "platform": "*" }, |
- { "name": "try-leopard-5", "platform": "*" }, |
- { "name": "try-leopard-6", "platform": "*" }, |
- |
- { "name": "try-snowleopard-1", "platform": "*" }, |
- { "name": "try-snowleopard-2", "platform": "*" }, |
- { "name": "try-snowleopard-3", "platform": "*" }, |
- { "name": "try-snowleopard-4", "platform": "*" }, |
- { "name": "try-snowleopard-5", "platform": "*" }, |
- { "name": "try-snowleopard-6", "platform": "*" }, |
- |
- { "name": "try-windows-1", "platform": "*"}, |
- { "name": "try-windows-2", "platform": "*"}, |
- { "name": "try-windows-3", "platform": "*"}, |
- { "name": "try-windows-4", "platform": "*"}, |
- { "name": "try-windows-5", "platform": "*"}, |
- { "name": "try-windows-6", "platform": "*"}, |
- { "name": "try-windows-7", "platform": "*"}, |
- { "name": "try-windows-8", "platform": "*"}, |
- { "name": "try-windows-9", "platform": "*"}, |
- |
- { "name": "try-linux-1", "platform": "*"}, |
- { "name": "try-linux-2", "platform": "*"}, |
- { "name": "try-linux-3", "platform": "*"}, |
- { "name": "try-linux-4", "platform": "*"}, |
- { "name": "try-linux-5", "platform": "*"}, |
- { "name": "try-linux-6", "platform": "*"}, |
- { "name": "try-linux-7", "platform": "*"}, |
- { "name": "try-linux-8", "platform": "*"}, |
- { "name": "try-linux-9", "platform": "*"} |
- ], |
- |
- "builders": [ |
- { |
- "name": "Try Apple Leopard Intel Release", "type": "Try", "slavebuilddir": "try-apple-release", |
- "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-leopard-1", "try-leopard-2", "try-leopard-3", "try-leopard-4", "try-leopard-5", "try-leopard-6"] |
- }, |
- { |
- "name": "Try Apple Leopard Intel Debug", "type": "Try", "slavebuilddir": "try-apple-debug", |
- "platform": "mac-leopard", "configuration": "debug", "architectures": ["i386"], |
- "slavenames": ["try-leopard-1", "try-leopard-2", "try-leopard-3", "try-leopard-4", "try-leopard-5", "try-leopard-6"] |
- }, |
- { |
- "name": "Try Apple SnowLeopard Intel Release", "type": "Try", "slavebuilddir": "try-apple-release", |
- "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"], |
- "slavenames": ["try-snowleopard-1", "try-snowleopard-2", "try-snowleopard-3", "try-snowleopard-4", "try-snowleopard-5", "try-snowleopard-6"] |
- }, |
- { |
- "name": "Try Apple SnowLeopard Intel Leaks", "type": "TryLeaks", "slavebuilddir": "try-apple-leaks", |
- "platform": "mac-snowleopard", "configuration": "debug", "architectures": ["x86_64"], |
- "slavenames": ["try-snowleopard-1", "try-snowleopard-2", "try-snowleopard-3", "try-snowleopard-4", "try-snowleopard-5", "try-snowleopard-6"] |
- }, |
- { |
- "name": "Try Apple Windows Release", "type": "Try", "slavebuilddir": "try-apple-release", |
- "platform": "win", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-windows-1", "try-windows-2", "try-windows-3", "try-windows-4", "try-windows-5", "try-windows-6", "try-windows-7", "try-windows-8", "try-windows-9"] |
- }, |
- { |
- "name": "Try Apple Windows Debug", "type": "Try", "slavebuilddir": "try-apple-debug", |
- "platform": "win", "configuration": "debug", "architectures": ["i386"], |
- "slavenames": ["try-windows-1", "try-windows-2", "try-windows-3", "try-windows-4", "try-windows-5", "try-windows-6", "try-windows-7", "try-windows-8", "try-windows-9"] |
- }, |
- { |
- "name": "Try GTK Linux Release", "type": "Try", "slavebuilddir": "try-gtk-linux-release", |
- "platform": "gtk", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-linux-1", "try-linux-2", "try-linux-3", "try-linux-4", "try-linux-5", "try-linux-6", "try-linux-7", "try-linux-8", "try-linux-9"] |
- }, |
- { |
- "name": "Try Qt Linux Release", "type": "Try", "slavebuilddir": "try-qt-linux-release", |
- "platform": "qt", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-linux-1", "try-linux-2", "try-linux-3", "try-linux-4", "try-linux-5", "try-linux-6", "try-linux-7", "try-linux-8", "try-linux-9"] |
- }, |
- { |
- "name": "Try Chromium Win Release", "type": "TryBuild", "slavebuilddir": "try-chromium-win", |
- "platform": "chromium", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-windows-1", "try-windows-2", "try-windows-3", "try-windows-4", "try-windows-5", "try-windows-6", "try-windows-7", "try-windows-8", "try-windows-9"] |
- }, |
- { |
- "name": "Try Chromium Mac Release", "type": "TryBuild", "slavebuilddir": "try-chromium-mac", |
- "platform": "chromium", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-leopard-1", "try-leopard-2", "try-leopard-3", "try-leopard-4", "try-leopard-5", "try-leopard-6"] |
- }, |
- { |
- "name": "Try Chromium Linux Release", "type": "TryBuild", "slavebuilddir": "try-chromium-linux", |
- "platform": "chromium", "configuration": "release", "architectures": ["i386"], |
- "slavenames": ["try-linux-1", "try-linux-2", "try-linux-3", "try-linux-4", "try-linux-5", "try-linux-6", "try-linux-7", "try-linux-8", "try-linux-9"] |
- } |
- ], |
- |
- "schedulers": [] |
-} |