Changeset 287057 in webkit
- Timestamp:
- Dec 14, 2021, 4:46:45 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
CISupport/build-webkit-org/config.json (modified) (6 diffs)
-
CISupport/build-webkit-org/factories_unittest.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/build-webkit-org/config.json
r286791 r287057 46 46 { "name": "bot247", "platform": "mac-catalina" }, 47 47 { "name": "bot248", "platform": "mac-catalina" }, 48 { "name": "bot260", "platform": "mac-catalina" }, 48 49 { "name": "bot610", "platform": "mac-catalina" }, 49 50 { "name": "bot638", "platform": "mac-catalina" }, … … 56 57 { "name": "bot612", "platform": "*" }, 57 58 { "name": "bot613", "platform": "*" }, 58 { "name": "bot600", "platform": "*" },59 59 { "name": "bot684", "platform": "*" }, 60 60 61 61 { "name": "bot210", "platform": "ios-simulator-15" }, 62 { "name": "bot 260", "platform": "ios-simulator-15" },62 { "name": "bot600", "platform": "ios-simulator-15" }, 63 63 { "name": "bot673", "platform": "ios-15" }, 64 64 { "name": "bot614", "platform": "ios-simulator-15" }, … … 274 274 { "name": "Apple-Catalina-Debug-Build", "factory": "BuildFactory", "builddir": "catalina-debug", 275 275 "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"], 277 277 "workernames": ["bot687", "bot688"] 278 278 }, … … 286 286 "additionalArguments": ["--no-retry-failures"], 287 287 "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"] 288 293 }, 289 294 { "name": "Apple-Catalina-Release-Build", "factory": "BuildFactory", "builddir": "catalina-release", … … 346 351 "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "iphone", 347 352 "additionalArguments": ["--no-retry-failures", "--use-gpu-process", "--accelerated-drawing"], 348 "workernames": ["bot 260"]353 "workernames": ["bot600"] 349 354 }, 350 355 { … … 727 732 "builderNames": ["Apple-Catalina-Debug-WK2-Tests"] 728 733 }, 734 { "type": "Triggerable", "name": "catalina-debug-tests-wk2-gpuprocess", 735 "builderNames": ["Apple-Catalina-Debug-WK2-GPUProcess-Tests"] 736 }, 729 737 { "type": "Triggerable", "name": "catalina-debug-tests-jsc", 730 738 "builderNames": ["Apple-Catalina-Debug-JSC-Tests"] -
trunk/Tools/CISupport/build-webkit-org/factories_unittest.py
r286791 r287057 642 642 'trigger-crash-log-submission' 643 643 ], 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 ], 644 668 'Apple-Catalina-Release-Build': [ 645 669 'configure-build', -
trunk/Tools/ChangeLog
r287056 r287057 1 2021-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 1 13 2021-12-14 Alex Christensen <achristensen@webkit.org> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.