Changeset 274590 in webkit
- Timestamp:
- Mar 17, 2021, 2:24:30 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
CISupport/ews-app/ews/views/statusbubble.py (modified) (2 diffs)
-
CISupport/ews-build/config.json (modified) (5 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py
r272455 r274590 44 44 # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640 45 45 # Note: This list is sorted in the order of which bubbles appear in bugzilla. 46 ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'mac-AS ', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win',47 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', ' api-ios', 'api-mac', 'api-gtk',46 ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'mac-AS-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win', 47 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'mac-AS-debug-wk2', 'api-ios', 'api-mac', 'api-gtk', 48 48 'bindings', 'jsc', 'jsc-armv7', 'jsc-armv7-tests', 'jsc-mips', 'jsc-mips-tests', 'jsc-i386', 'webkitperl', 'webkitpy', 'services'] 49 49 # FIXME: Auto-generate the queue's trigger relationship … … 55 55 'mac-wk2': 'mac', 56 56 'mac-debug-wk1': 'mac-debug', 57 'mac-AS-debug-wk2': 'mac-AS-debug', 57 58 'api-gtk': 'gtk', 58 59 'jsc-mips-tests': 'jsc-mips', -
trunk/Tools/CISupport/ews-build/config.json
r272029 r274590 289 289 { 290 290 "name": "ews170", 291 "platform": "*" 291 "platform": "tvos-simulator-14" 292 }, 293 { 294 "name": "ews171", 295 "platform": "mac-bigsur" 296 }, 297 { 298 "name": "ews172", 299 "platform": "mac-bigsur" 300 }, 301 { 302 "name": "ews173", 303 "platform": "mac-bigsur" 304 }, 305 { 306 "name": "ews174", 307 "platform": "mac-bigsur" 308 }, 309 { 310 "name": "ews175", 311 "platform": "mac-bigsur" 312 }, 313 { 314 "name": "ews176", 315 "platform": "mac-bigsur" 316 }, 317 { 318 "name": "ews177", 319 "platform": "mac-bigsur" 320 }, 321 { 322 "name": "ews178", 323 "platform": "mac-bigsur" 324 }, 325 { 326 "name": "ews179", 327 "platform": "mac-bigsur" 328 }, 329 { 330 "name": "ews180", 331 "platform": "mac-bigsur" 292 332 }, 293 333 { … … 398 438 }, 399 439 { 400 "name": "macOS-Apple -Silicon-Big-Sur-Release-Build-EWS",401 "shortname": "mac-AS ",440 "name": "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS", 441 "shortname": "mac-AS-debug", 402 442 "icon": "buildOnly", 403 443 "factory": "macOSBuildOnlyFactory", 404 444 "platform": "mac-bigsur", 405 "configuration": " release",445 "configuration": "debug", 406 446 "architectures": ["arm64"], 407 "workernames": ["ews129", "ews169"] 447 "triggers": ["macos-applesilicon-big-sur-debug-wk2-tests-ews"], 448 "workernames": ["ews171", "ews172", "ews173", "ews174"] 449 }, 450 { 451 "name": "macOS-AppleSilicon-Big-Sur-Debug-WK2-Tests-EWS", 452 "shortname": "mac-AS-debug-wk2", 453 "icon": "testOnly", 454 "factory": "macOSWK2Factory", 455 "platform": "mac-bigsur", 456 "configuration": "debug", 457 "architectures": ["arm64"], 458 "triggered_by": ["macos-applesilicon-big-sur-debug-build-ews"], 459 "workernames": [ "ews173", "ews174", "ews175", "ews176", "ews177", "ews178", "ews179", "ews180"] 408 460 }, 409 461 { … … 553 605 "workernames": ["igalia-jsc32-mipsel-ews", "igalia-jsc32-mipsel-ews-03"] 554 606 }, 555 {607 { 556 608 "name": "JSC-MIPSEL-32bits-Tests-EWS", 557 609 "shortname": "jsc-mips-tests", … … 673 725 "name": "try", 674 726 "port": 5555, 675 "builderNames": ["Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Build-EWS", "iOS-14-Build-EWS", "iOS-14-Simulator-Build-EWS", 676 "JSC-ARMv7-32bits-Build-EWS", "JSC-i386-32bits-EWS", "JSC-MIPSEL-32bits-Build-EWS", "JSC-Tests-EWS", 677 "macOS-Apple-Silicon-Big-Sur-Release-Build-EWS", "macOS-Catalina-Debug-Build-EWS", "macOS-Catalina-Release-Build-EWS", 678 "Services-EWS", "Style-EWS", 679 "tvOS-14-Build-EWS", "tvOS-14-Simulator-Build-EWS", "watchOS-7-Build-EWS", "watchOS-7-Simulator-Build-EWS", 680 "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS", "Windows-EWS"] 727 "builderNames": [ 728 "Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Build-EWS", "iOS-14-Build-EWS", "iOS-14-Simulator-Build-EWS", 729 "JSC-ARMv7-32bits-Build-EWS", "JSC-i386-32bits-EWS", "JSC-MIPSEL-32bits-Build-EWS", "JSC-Tests-EWS", 730 "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS", "macOS-Catalina-Debug-Build-EWS", "macOS-Catalina-Release-Build-EWS", 731 "Services-EWS", "Style-EWS", "tvOS-14-Build-EWS", "tvOS-14-Simulator-Build-EWS", "watchOS-7-Build-EWS", 732 "watchOS-7-Simulator-Build-EWS", "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS", "Windows-EWS" 733 ] 681 734 }, 682 735 { … … 723 776 { 724 777 "type": "Triggerable", 778 "name": "macos-applesilicon-big-sur-debug-build-ews", 779 "builderNames": [ 780 "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS" 781 ] 782 }, 783 { 784 "type": "Triggerable", 785 "name": "macos-applesilicon-big-sur-debug-wk2-tests-ews", 786 "builderNames": [ 787 "macOS-AppleSilicon-Big-Sur-Debug-WK2-Tests-EWS" 788 ] 789 }, 790 { 791 "type": "Triggerable", 725 792 "name": "ios-14-sim-build-ews", 726 793 "builderNames": [ -
trunk/Tools/ChangeLog
r274587 r274590 1 2021-03-17 Matt Lewis <jlewis3@apple.com> 2 3 Add AppleSilicon and Debug WK2 Support to EWS 4 https://bugs.webkit.org/show_bug.cgi?id=223393 5 6 Reviewed by Aakash Jain. 7 8 * CISupport/ews-app/ews/views/statusbubble.py: 9 (StatusBubble): 10 * CISupport/ews-build/config.json: 11 1 12 2021-03-17 Jonathan Bedard <jbedard@apple.com> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.