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

Changeset 287057 in webkit


Ignore:
Timestamp:
Dec 14, 2021, 4:46:45 PM (5 years ago)
Author:
Ryan Haddad
Message:

Bring up another iOS GPU Processes tester
https://bugs.webkit.org/show_bug.cgi?id=234016

Reviewed by Jonathan Bedard.

  • CISupport/build-webkit-org/config.json: Put the Catalina GPUP bot back and

use a different machine for the new iOS tester.

  • CISupport/build-webkit-org/factories_unittest.py: Update unit tests.

(TestExpectedBuildSteps):

Location:
trunk/Tools
Files:
3 edited

Legend:

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

    r286791 r287057  
    4646                    { "name": "bot247", "platform": "mac-catalina" },
    4747                    { "name": "bot248", "platform": "mac-catalina" },
     48                    { "name": "bot260", "platform": "mac-catalina" },
    4849                    { "name": "bot610", "platform": "mac-catalina" },
    4950                    { "name": "bot638", "platform": "mac-catalina" },
     
    5657                    { "name": "bot612", "platform": "*" },
    5758                    { "name": "bot613", "platform": "*" },
    58                     { "name": "bot600", "platform": "*" },
    5959                    { "name": "bot684", "platform": "*" },
    6060
    6161                    { "name": "bot210", "platform": "ios-simulator-15" },
    62                     { "name": "bot260", "platform": "ios-simulator-15" },
     62                    { "name": "bot600", "platform": "ios-simulator-15" },
    6363                    { "name": "bot673", "platform": "ios-15" },
    6464                    { "name": "bot614", "platform": "ios-simulator-15" },
     
    274274                    { "name": "Apple-Catalina-Debug-Build", "factory": "BuildFactory", "builddir": "catalina-debug",
    275275                      "platform": "mac-catalina", "configuration": "debug", "architectures": ["x86_64"],
    276                       "triggers": ["catalina-debug-tests-jsc", "catalina-debug-tests-wk1", "catalina-debug-tests-wk2"],
     276                      "triggers": ["catalina-debug-tests-jsc", "catalina-debug-tests-wk1", "catalina-debug-tests-wk2", "catalina-debug-tests-wk2-gpuprocess"],
    277277                      "workernames": ["bot687", "bot688"]
    278278                    },
     
    286286                      "additionalArguments": ["--no-retry-failures"],
    287287                      "workernames": ["bot243", "bot244"]
     288                    },
     289                    { "name": "Apple-Catalina-Debug-WK2-GPUProcess-Tests", "factory": "TestAllButJSCFactory", "builddir": "catalina-debug-tests-wk2-gpuprocess",
     290                      "platform": "mac-catalina", "configuration": "debug", "architectures": ["x86_64"],
     291                      "additionalArguments": ["--no-retry-failures", "--use-gpu-process"],
     292                      "workernames": ["bot260"]
    288293                    },
    289294                    { "name": "Apple-Catalina-Release-Build", "factory": "BuildFactory", "builddir": "catalina-release",
     
    346351                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "iphone",
    347352                      "additionalArguments": ["--no-retry-failures", "--use-gpu-process", "--accelerated-drawing"],
    348                       "workernames": ["bot260"]
     353                      "workernames": ["bot600"]
    349354                    },
    350355                    {
     
    727732                      "builderNames": ["Apple-Catalina-Debug-WK2-Tests"]
    728733                    },
     734                    { "type": "Triggerable", "name": "catalina-debug-tests-wk2-gpuprocess",
     735                      "builderNames": ["Apple-Catalina-Debug-WK2-GPUProcess-Tests"]
     736                    },
    729737                    { "type": "Triggerable", "name": "catalina-debug-tests-jsc",
    730738                      "builderNames": ["Apple-Catalina-Debug-JSC-Tests"]
  • trunk/Tools/CISupport/build-webkit-org/factories_unittest.py

    r286791 r287057  
    642642            'trigger-crash-log-submission'
    643643        ],
     644        'Apple-Catalina-Debug-WK2-GPUProcess-Tests': [
     645            'configure-build',
     646            'configuration',
     647            'clean-and-update-working-directory',
     648            'show-identifier',
     649            'kill-old-processes',
     650            'delete-WebKitBuild-directory',
     651            'delete-stale-build-files',
     652            'download-built-product',
     653            'extract-built-product',
     654            'wait-for-crash-collection',
     655            'layout-test',
     656            'dashboard-tests',
     657            'archive-test-results',
     658            'upload',
     659            'extract-test-results',
     660            'set-permissions',
     661            'run-api-tests',
     662            'webkitpy-test',
     663            'webkitperl-test',
     664            'bindings-generation-tests',
     665            'builtins-generator-tests',
     666            'trigger-crash-log-submission'
     667        ],
    644668        'Apple-Catalina-Release-Build': [
    645669            'configure-build',
  • trunk/Tools/ChangeLog

    r287056 r287057  
     12021-12-14  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Bring up another iOS GPU Processes tester
     4        https://bugs.webkit.org/show_bug.cgi?id=234016
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * CISupport/build-webkit-org/config.json: Put the Catalina GPUP bot back and
     9        use a different machine for the new iOS tester.
     10        * CISupport/build-webkit-org/factories_unittest.py: Update unit tests.
     11        (TestExpectedBuildSteps):
     12
    1132021-12-14  Alex Christensen  <achristensen@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.