Changeset 168475 in webkit


Ignore:
Timestamp:
May 8, 2014 10:50:42 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r168471): Duplicate builddirs broke the build master.
https://bugs.webkit.org/show_bug.cgi?id=132688

Patch by Carlos Alberto Lopez Perez <clopez@igalia.com> on 2014-05-08
Reviewed by Carlos Garcia Campos.

Rename the builddirs of the new GTK bots introduced on r168471 to
be unique. Otherwise the master will break.

  • BuildSlaveSupport/build.webkit.org-config/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r168471 r168475  
    166166                    },
    167167                    {
    168                       "name": "GTK Linux 64-bit Release (Tests)", "type": "TestWebKit2", "builddir": "gtk-linux-64-release",
     168                      "name": "GTK Linux 64-bit Release (Tests)", "type": "TestWebKit2", "builddir": "gtk-linux-64-release-tests",
    169169                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    170170                      "slavenames": ["gtk-linux-slave-6"]
     
    177177                    },
    178178                    {
    179                       "name": "GTK Linux 64-bit Debug (Tests)", "type": "TestWebKit2", "builddir": "gtk-linux-64-debug",
     179                      "name": "GTK Linux 64-bit Debug (Tests)", "type": "TestWebKit2", "builddir": "gtk-linux-64-debug-tests",
    180180                      "platform": "gtk", "configuration": "debug", "architectures": ["x86_64"],
    181181                      "slavenames": ["gtk-linux-slave-7"]
  • trunk/Tools/ChangeLog

    r168474 r168475  
     12014-05-08  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        REGRESSION(r168471): Duplicate builddirs broke the build master.
     4        https://bugs.webkit.org/show_bug.cgi?id=132688
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Rename the builddirs of the new GTK bots introduced on r168471 to
     9        be unique. Otherwise the master will break.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132014-05-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
Note: See TracChangeset for help on using the changeset viewer.