Changeset 244693 in webkit


Ignore:
Timestamp:
Apr 26, 2019 9:48:01 AM (5 years ago)
Author:
Ryan Haddad
Message:

Replace iOS build queue hardware
https://bugs.webkit.org/show_bug.cgi?id=197312

Reviewed by Aakash Jain.

  • BuildSlaveSupport/build.webkit.org-config/config.json:

Use newer hardware that supports macOS Mojave.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r242156 r244693  
    3636
    3737                    { "name": "bot673", "platform": "ios-12" },
    38                     { "name": "bot626", "platform": "ios-simulator-12" },
    39                     { "name": "bot618", "platform": "ios-simulator-12" },
    40                     { "name": "bot620", "platform": "ios-simulator-12" },
    41                     { "name": "bot621", "platform": "ios-simulator-12" },
    4238                    { "name": "bot651", "platform": "ios-simulator-12" },
    4339                    { "name": "bot652", "platform": "ios-simulator-12" },
    4440                    { "name": "bot653", "platform": "ios-simulator-12" },
    4541                    { "name": "bot654", "platform": "ios-simulator-12" },
     42                    { "name": "bot677", "platform": "ios-simulator-12" },
     43                    { "name": "bot682", "platform": "ios-simulator-12" },
     44                    { "name": "bot694", "platform": "ios-simulator-12" },
     45                    { "name": "bot695", "platform": "ios-simulator-12" },
    4646
    4747                    { "name": "bot543", "platform": "win" },
     
    183183                      "platform": "ios-simulator-12", "configuration": "release", "architectures": ["x86_64"],
    184184                      "triggers": ["ios-simulator-12-release-tests-wk2"],
    185                       "slavenames": ["bot618", "bot620"]
     185                      "slavenames": ["bot677", "bot682"]
    186186                    },
    187187                    {
     
    189189                      "platform": "ios-simulator-12", "configuration": "debug", "architectures": ["x86_64"],
    190190                      "triggers": ["ios-simulator-12-debug-tests-wk2"],
    191                       "slavenames": ["bot626", "bot621"]
     191                      "slavenames": ["bot694", "bot695"]
    192192                    },
    193193                    {
  • trunk/Tools/ChangeLog

    r244688 r244693  
     12019-04-26  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Replace iOS build queue hardware
     4        https://bugs.webkit.org/show_bug.cgi?id=197312
     5
     6        Reviewed by Aakash Jain.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9        Use newer hardware that supports macOS Mojave.
     10
    1112019-04-26  Yoshiaki Jitsukawa  <yoshiaki.jitsukawa@sony.com>
    212
Note: See TracChangeset for help on using the changeset viewer.