Changeset 99644 in webkit
- Timestamp:
- Nov 8, 2011, 5:50:23 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/build.webkit.org-config/config.json (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
r97614 r99644 90 90 "slavenames": ["apple-xserve-8"] 91 91 }, 92 { "name": " SnowLeopard Intel Leaks", "type": "BuildAndTestLeaks", "builddir": "snowleopard-intel-leaks",93 "platform": "mac- snowleopard", "configuration": "debug", "architectures": ["x86_64"],94 "slavenames": ["apple-macpro- 1", "apple-macpro-3", "test-slave"]92 { "name": "Lion Intel Leaks", "type": "BuildAndTestLeaks", "builddir": "lion-intel-leaks", 93 "platform": "mac-lion", "configuration": "debug", "architectures": ["x86_64"], 94 "slavenames": ["apple-macpro-3"] 95 95 }, 96 96 { "name": "SnowLeopard Intel Release (WebKit2 Tests)", "type": "TestWebKit2", "builddir": "snowleopard-intel-release-tests-wk2", -
trunk/Tools/ChangeLog
r99639 r99644 1 2011-11-08 Lucas Forschler <lforschler@apple.com> 2 3 https://bugs.webkit.org/show_bug.cgi?id=71839 4 Update the leaks bot OS to Lion. 5 Update the config.json to reflect the update. 6 7 Reviewed by Stephanie Lewis. 8 9 * BuildSlaveSupport/build.webkit.org-config/config.json: 10 1 11 2011-11-08 Sheriff Bot <webkit.review.bot@gmail.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.