Changeset 269920 in webkit


Ignore:
Timestamp:
Nov 17, 2020 1:05:07 PM (3 years ago)
Author:
Matt Lewis
Message:

Big Sur testers fail to find proper archives due to architecture keys.
https://bugs.webkit.org/show_bug.cgi?id=219039

Reviewed by Aakash Jain.

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

Legend:

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

    r269874 r269920  
    126126                    },
    127127                    { "name": "Apple-BigSur-Release-WK1-Tests", "factory": "TestWebKit1AllButJSCFactory", "builddir": "bigsur-release-tests-wk1",
    128                       "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64"],
     128                      "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64", "arm64"],
    129129                      "additionalArguments": ["--no-retry-failures"],
    130130                      "workernames": ["bot1020", "bot1021"]
    131131                    },
    132132                    { "name": "Apple-BigSur-Release-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "bigsur-release-tests-wk2",
    133                       "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64"],
     133                      "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64", "arm64"],
    134134                      "additionalArguments": ["--no-retry-failures"],
    135135                      "workernames": ["bot1022", "bot1023"]
     
    141141                    },
    142142                    { "name": "Apple-BigSur-Debug-WK1-Tests", "factory": "TestWebKit1AllButJSCFactory", "builddir": "bigsur-debug-tests-wk1",
    143                       "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64"],
     143                      "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64", "arm64"],
    144144                      "additionalArguments": ["--no-retry-failures"],
    145145                      "workernames": ["bot1024", "bot1025"]
    146146                    },
    147147                    { "name": "Apple-BigSur-Debug-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "bigsur-debug-tests-wk2",
    148                       "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64"],
     148                      "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64", "arm64"],
    149149                      "additionalArguments": ["--no-retry-failures"],
    150150                      "workernames": ["bot1026", "bot1027"]
  • trunk/Tools/ChangeLog

    r269919 r269920  
     12020-11-17  Matt Lewis  <jlewis3@apple.com>
     2
     3        Big Sur testers fail to find proper archives due to architecture keys.
     4        https://bugs.webkit.org/show_bug.cgi?id=219039
     5
     6        Reviewed by Aakash Jain.
     7
     8        * CISupport/build-webkit-org/config.json:
     9
    1102020-11-17  Jonathan Bedard  <jbedard@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.