From 74e43206303b52ca8b84af74b6cad68afed490d8 Mon Sep 17 00:00:00 2001 From: "lforschler@apple.com" Date: Mon, 8 Aug 2011 22:49:52 +0000 Subject: [PATCH] Add triggers for Lion WK2 test bots. Reviewed by Stephanie Lewis. * BuildSlaveSupport/build.webkit.org-config/config.json: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@92647 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .../BuildSlaveSupport/build.webkit.org-config/config.json | 4 ++-- Tools/ChangeLog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json index 1a53d6487220..b7bb9c182340 100644 --- a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json +++ b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json @@ -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", diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 6facdc7f428b..d1390e9f71e5 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,11 @@ +2011-08-08 Lucas Forschler + + Add triggers for Lion WK2 test bots. + + Reviewed by Stephanie Lewis. + + * BuildSlaveSupport/build.webkit.org-config/config.json: + 2011-08-08 Adam Barth bulk-optimize-baselines should take directories on the command line -- 2.36.0