⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244790 in webkit


Ignore:
Timestamp:
Apr 30, 2019, 11:35:03 AM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Configure ews151 for running various tests
https://bugs.webkit.org/show_bug.cgi?id=197419

Reviewed by Lucas Forschler.

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

Legend:

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

    r244770 r244790  
    156156      "name": "ews151",
    157157      "platform": "*",
    158       "max_builds": 2
     158      "max_builds": 3
    159159    },
    160160    {
     
    277277      "factory": "StyleFactory",
    278278      "platform": "*",
    279       "workernames": ["webkit-misc"]
     279      "workernames": ["ews151"]
    280280    },
    281281    {
     
    399399      "factory": "BindingsFactory",
    400400      "platform": "*",
    401       "workernames": ["webkit-misc"]
     401      "workernames": ["ews151"]
    402402    },
    403403    {
     
    427427      "factory": "APITestsFactory",
    428428      "platform": "*",
    429       "workernames": ["ews120", "ews150", "ews151", "ews153", "ews155"]
     429      "workernames": ["ews120", "ews150", "ews153", "ews155"]
    430430    }
    431431  ],
  • trunk/Tools/ChangeLog

    r244789 r244790  
     12019-04-30  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Configure ews151 for running various tests
     4        https://bugs.webkit.org/show_bug.cgi?id=197419
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-04-30  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.