Changeset 168488 in webkit


Ignore:
Timestamp:
May 8, 2014 1:20:14 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r168471): Update the builder names on the scheduler list.
https://bugs.webkit.org/show_bug.cgi?id=132699

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

On r168471 I missed to update the builder names for the GTK build
bots on the AnyBranchScheduler type scheduler list of bots.

  • 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

    r168475 r168488  
    227227
    228228    "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
    229                       "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release", "GTK Linux 64-bit Debug", "GTK Linux ARM Release",
     229                      "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release (Build)", "GTK Linux 64-bit Debug (Build)", "GTK Linux ARM Release",
    230230                                       "EFL Linux 64-bit Release WK1", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)",
    231231                                       "EFL Linux ARMv7 Thumb2 Release (Build)", "EFL Linux ARMv7 Traditional Release (Build)",
  • trunk/Tools/ChangeLog

    r168477 r168488  
     12014-05-08  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        REGRESSION(r168471): Update the builder names on the scheduler list.
     4        https://bugs.webkit.org/show_bug.cgi?id=132699
     5
     6        Reviewed by Martin Robinson.
     7
     8        On r168471 I missed to update the builder names for the GTK build
     9        bots on the AnyBranchScheduler type scheduler list of bots.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132014-05-08  Brady Eidson  <beidson@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.