Add an EFL Debug Buildbot to the master configuration
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 17:02:38 +0000 (17:02 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 17:02:38 +0000 (17:02 +0000)
https://bugs.webkit.org/show_bug.cgi?id=82711

Patch by Dominik Röttsches <dominik.rottsches@linux.intel.com> on 2012-04-12
Reviewed by Philippe Normand.

Hooking up our EFL Linux 64bit debug configuration buildbot to the buildbot master.

* BuildSlaveSupport/build.webkit.org-config/config.json: EFL Debug builder added

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113997 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/BuildSlaveSupport/build.webkit.org-config/config.json
Tools/ChangeLog

index 1b5af0f..16591fa 100644 (file)
@@ -67,6 +67,7 @@
                     { "name": "wince-1", "platform": "wince" },
                     
                     { "name": "efl-linux-slave-1", "platform": "efl" },
+                    { "name": "efl-linux-slave-2", "platform": "efl" },
 
                     { "name": "hfreyther-mipsel-linux1", "platform": "qt"},
                     { "name": "hfreyther-sh4-linux1", "platform": "qt"}
                       "name": "EFL Linux Release", "type": "BuildAndTest", "builddir": "efl-linux-release",
                       "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["efl-linux-slave-1"]
+                    },
+                    {
+                      "name": "EFL Linux Debug", "type": "BuildAndTest", "builddir": "efl-linux-debug",
+                      "platform": "efl", "configuration": "debug", "architectures": ["x86_64"],
+                      "slavenames": ["efl-linux-slave-2"]
                     }
                   ],
 
                     },
                     { "type": "Triggerable", "name": "chromium-linux-release-tests",
                       "builderNames": ["Chromium Linux Release (Tests)"]
+                    },
+                    { "type": "Triggerable", "name": "efl-linux-debug",
+                      "builderNames": ["EFL Linux Debug"]
                     }
                   ]
 }
index 27bdeb1..799683c 100644 (file)
@@ -1,3 +1,14 @@
+2012-04-12  Dominik Röttsches  <dominik.rottsches@linux.intel.com>
+
+        Add an EFL Debug Buildbot to the master configuration
+        https://bugs.webkit.org/show_bug.cgi?id=82711
+
+        Reviewed by Philippe Normand.
+
+        Hooking up our EFL Linux 64bit debug configuration buildbot to the buildbot master.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: EFL Debug builder added
+
 2012-04-12  George Staikos  <staikos@webkit.org>
 
         Enable the fullscreen API for BlackBerry.