Changeset 177472 in webkit
- Timestamp:
- Dec 17, 2014, 4:00:26 PM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
r177217 r177472 49 49 { "name": "bot194", "platform": "mac-yosemite" }, 50 50 51 { "name": " apple-windows-1", "platform": "win" },52 { "name": " apple-windows-2", "platform": "win" },53 { "name": " apple-windows-3", "platform": "win" },54 { "name": " apple-windows-4", "platform": "win" },55 { "name": " apple-windows-5", "platform": "win" },56 { "name": " apple-windows-6", "platform": "win" },51 { "name": "bot516", "platform": "win" }, 52 { "name": "bot514", "platform": "win" }, 53 { "name": "bot507", "platform": "win" }, 54 { "name": "bot504", "platform": "win" }, 55 { "name": "bot511", "platform": "win" }, 56 { "name": "bot501", "platform": "win" }, 57 57 58 58 { "name": "gtk-linux-slave-1", "platform": "gtk" }, … … 195 195 "platform": "win", "configuration": "release", "architectures": ["i386"], 196 196 "triggers": ["win-release-tests"], 197 "slavenames": [" apple-windows-2"]197 "slavenames": ["bot514"] 198 198 }, 199 199 { 200 200 "name": "Apple Win 7 Release (Tests)", "type": "Test", "builddir": "win-release-tests", 201 201 "platform": "win", "configuration": "release", "architectures": ["i386"], 202 "slavenames": [" apple-windows-5", "apple-windows-6"]202 "slavenames": ["bot511", "bot501"] 203 203 }, 204 204 { … … 206 206 "platform": "win", "configuration": "debug", "architectures": ["i386"], 207 207 "triggers": ["win-debug-tests"], 208 "slavenames": [" apple-windows-1"]208 "slavenames": ["bot516"] 209 209 }, 210 210 { 211 211 "name": "Apple Win 7 Debug (Tests)", "type": "Test", "builddir": "win-debug-tests", 212 212 "platform": "win", "configuration": "debug", "architectures": ["i386"], 213 "slavenames": [" apple-windows-3", "apple-windows-4"]213 "slavenames": ["bot507", "bot504"] 214 214 }, 215 215 { -
trunk/Tools/ChangeLog
r177471 r177472 1 2014-12-17 Lucas Forschler <lforschler@apple.com> 2 3 Move Apple buildbot slaves to their new home. 4 5 Reviewed by Roger Fong. 6 7 * BuildSlaveSupport/build.webkit.org-config/config.json: 8 1 9 2014-12-17 Alexey Proskuryakov <ap@apple.com> 2 10
Note:
See TracChangeset
for help on using the changeset viewer.