Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (92646 => 92647)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2011-08-08 22:29:33 UTC (rev 92646)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2011-08-08 22:49:52 UTC (rev 92647)
@@ -112,12 +112,12 @@
},
{ "name": "Lion Intel Debug (Build)", "type": "Build", "builddir": "lion-intel-debug",
"platform": "mac-lion", "configuration": "debug", "architectures": ["x86_64"],
- "triggers": ["lion-intel-debug-tests"],
+ "triggers": ["lion-intel-debug-tests", "lion-intel-debug-tests-wk2"],
"slavenames": ["apple-xserve-2"]
},
{ "name": "Lion Intel Release (Build)", "type": "Build", "builddir": "lion-intel-release",
"platform": "mac-lion", "configuration": "release", "architectures": ["x86_64"],
- "triggers": ["lion-intel-release-tests"],
+ "triggers": ["lion-intel-release-tests", "lion-intel-release-tests-wk2"],
"slavenames": ["apple-xserve-3"]
},
{ "name": "Lion Intel Debug (Tests)", "type": "Test", "builddir": "lion-intel-debug-tests",
Modified: trunk/Tools/ChangeLog (92646 => 92647)
--- trunk/Tools/ChangeLog 2011-08-08 22:29:33 UTC (rev 92646)
+++ trunk/Tools/ChangeLog 2011-08-08 22:49:52 UTC (rev 92647)
@@ -1,3 +1,11 @@
+2011-08-08 Lucas Forschler <[email protected]>
+
+ Add triggers for Lion WK2 test bots.
+
+ Reviewed by Stephanie Lewis.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2011-08-08 Adam Barth <[email protected]>
bulk-optimize-baselines should take directories on the command line