Changeset 245886 in webkit


Ignore:
Timestamp:
May 30, 2019 9:17:05 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Update configuration to share bots across queues
https://bugs.webkit.org/show_bug.cgi?id=198370

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/config.json: Share bots across builder and API tester queues.

Also use ews119 instead of ews120 for mac API tests, as ews120 seems to have some issues as
noted in https://bugs.webkit.org/show_bug.cgi?id=197571#c1

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r244792 r245886  
    303303      "architectures": ["x86_64"],
    304304      "triggers": ["api-tests-ios-sim-ews"],
    305       "workernames": ["ews152", "ews154"]
     305      "workernames": ["ews152", "ews154", "ews156", "ews157"]
    306306    },
    307307    {
     
    322322      "architectures": ["x86_64"],
    323323      "triggers": ["api-tests-mac-ews"],
    324       "workernames": ["ews118", "ews119", "ews120"]
     324      "workernames": ["ews118", "ews119", "ews120", "ews150"]
    325325    },
    326326    {
     
    427427      "factory": "APITestsFactory",
    428428      "platform": "*",
    429       "workernames": ["ews120", "ews150", "ews153", "ews155"]
     429      "workernames": ["ews119", "ews150", "ews153", "ews155"]
    430430    }
    431431  ],
  • trunk/Tools/ChangeLog

    r245885 r245886  
     12019-05-30  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Update configuration to share bots across queues
     4        https://bugs.webkit.org/show_bug.cgi?id=198370
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json: Share bots across builder and API tester queues.
     9        Also use ews119 instead of ews120 for mac API tests, as ews120 seems to have some issues as
     10        noted in https://bugs.webkit.org/show_bug.cgi?id=197571#c1
     11
    1122019-05-30  Jonathan Bedard  <jbedard@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.