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

Changeset 292894 in webkit


Ignore:
Timestamp:
Apr 14, 2022, 4:36:49 PM (4 years ago)
Author:
Jenner@apple.com
Message:

Add an additional system to unsafe-merge queue
https://bugs.webkit.org/show_bug.cgi?id=239354

Reviewed by Ryan Haddad.

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

Legend:

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

    r292634 r292894  
    100100    { "name": "webkit-cq-01", "platform": "mac-bigsur" },
    101101    { "name": "webkit-cq-02", "platform": "mac-bigsur" },
    102     { "name": "webkit-cq-03", "platform": "mac-bigsur" }
     102    { "name": "webkit-cq-03", "platform": "mac-bigsur" },
     103    { "name": "webkit-cq-04", "platform": "mac-bigsur" }
    103104  ],
    104105  "builders": [
     
    341342      "factory": "UnsafeMergeQueueFactory", "platform": "mac-bigsur",
    342343      "configuration": "release", "architectures": ["arm64"],
    343       "workernames": ["webkit-cq-01", "webkit-cq-02", "webkit-cq-03"]
     344      "workernames": ["webkit-cq-01", "webkit-cq-02", "webkit-cq-03", "webkit-cq-04"]
    344345    }
    345346  ],
  • trunk/Tools/ChangeLog

    r292890 r292894  
     12022-04-14  Robert Jenner  <Jenner@apple.com>
     2
     3        Add an additional system to unsafe-merge queue
     4        https://bugs.webkit.org/show_bug.cgi?id=239354
     5
     6        Reviewed by Ryan Haddad.
     7
     8        * CISupport/ews-build/config.json:
     9
    1102022-04-14  Jonathan Bedard  <jbedard@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.