Changeset 212437 in webkit


Ignore:
Timestamp:
Feb 16, 2017 9:26:59 AM (7 years ago)
Author:
clopez@igalia.com
Message:

[GTK] Add two new buildbots that build-only test on Debian stable and Ubuntu LTS.
https://bugs.webkit.org/show_bug.cgi?id=168321

This bots should be added to the trunk build scheduler.
Unreviewed fix after r212429.

  • 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

    r212429 r212437  
    343343    "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
    344344                      "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release (Build)", "GTK Linux 64-bit Debug (Build)", "GTK Linux ARM Release",
     345                                       "GTK Linux 64-bit Release Debian Stable (Build)", "GTK Linux 64-bit Release Ubuntu LTS (Build)",
    345346                                       "JSCOnly Linux AArch64 Release", "JSCOnly Linux ARMv7 Thumb2 Release", "JSCOnly Linux ARMv7 Traditional Release",
    346347                                       "WinCairo 64-Bit Release"]
  • trunk/Tools/ChangeLog

    r212429 r212437  
     12017-02-16  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Add two new buildbots that build-only test on Debian stable and Ubuntu LTS.
     4        https://bugs.webkit.org/show_bug.cgi?id=168321
     5
     6        This bots should be added to the trunk build scheduler.
     7        Unreviewed fix after r212429.
     8
     9        * BuildSlaveSupport/build.webkit.org-config/config.json:
     10
    1112017-02-16  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.