Changeset 247622 in webkit


Ignore:
Timestamp:
Jul 18, 2019 3:35:48 PM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Enable iOS WK2 tester queue on new EWS
https://bugs.webkit.org/show_bug.cgi?id=199867

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/config.json: Enabled the triggers for ios-wk2 queue.
  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py: Enabled ios-sim (builder) and ios-wk2 (tester) bubbles.
  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: Removed ios-sim queue from bot-watcher's dashboard.
  • QueueStatusServer/config/queues.py: Removed ios-sim queue from old EWS.
Location:
trunk/Tools
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js

    r247413 r247622  
    2929        "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"},
    3030        "style-queue": {shortName: "style", title: "Style Checker Queue"},
    31         "ios-sim-ews": {platform: Dashboard.Platform.iOS12Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
    3231        "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
    3332        "jsc-ews": {platform: Dashboard.Platform.macOSMojave, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py

    r247412 r247622  
    4040    # These queue names are from shortname in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json
    4141    # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
    42     ALL_QUEUES = ['ios', 'gtk', 'wpe', 'wincairo', 'api-ios', 'api-mac', 'bindings', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
     42    ALL_QUEUES = ['ios', 'ios-sim', 'gtk', 'wpe', 'wincairo', 'ios-wk2', 'api-ios', 'api-mac', 'bindings', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
    4343                    'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win']
    44     ENABLED_QUEUES = ['ios', 'gtk', 'wpe', 'wincairo', 'api-ios', 'api-mac', 'bindings', 'webkitperl', 'webkitpy']
     44    ENABLED_QUEUES = ['ios', 'ios-sim', 'gtk', 'wpe', 'wincairo', 'ios-wk2', 'api-ios', 'api-mac', 'bindings', 'webkitperl', 'webkitpy']
    4545    # FIXME: Auto-generate the queue's trigger relationship
    4646    QUEUE_TRIGGERS = {
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r247412 r247622  
    312312      "configuration": "release",
    313313      "architectures": ["x86_64"],
    314       "triggers": ["api-tests-ios-sim-ews"],
     314      "triggers": ["api-tests-ios-sim-ews", "ios-12-sim-wk2-tests-ews"],
    315315      "workernames": ["ews152", "ews154", "ews156", "ews157"]
    316316    },
     
    454454      "name": "disabled",
    455455      "port": 5556,
    456       "builderNames": ["JSC-Tests-EWS", "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS",
     456      "builderNames": ["JSC-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS",
    457457                       "macOS-High-Sierra-Release-WK1-Tests-EWS", "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "Windows-EWS"]
    458458    },
     
    462462      "builderNames": [
    463463        "macOS-High-Sierra-Debug-WK1-Tests-EWS"
     464      ]
     465    },
     466    {
     467      "type": "Triggerable",
     468      "name": "ios-12-sim-wk2-tests-ews",
     469      "builderNames": [
     470        "iOS-12-Simulator-WK2-Tests-EWS"
    464471      ]
    465472    },
  • trunk/Tools/ChangeLog

    r247569 r247622  
     12019-07-18  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Enable iOS WK2 tester queue on new EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=199867
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json: Enabled the triggers for ios-wk2 queue.
     9        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: Enabled ios-sim (builder) and ios-wk2 (tester) bubbles.
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: Removed ios-sim queue from bot-watcher's dashboard.
     11        * QueueStatusServer/config/queues.py: Removed ios-sim queue from old EWS.
     12
    1132019-07-18  Aakash Jain  <aakash_jain@apple.com>
    214
  • trunk/Tools/QueueStatusServer/config/queues.py

    r247413 r247622  
    3434    "commit-queue",
    3535    "style-queue",
    36     "ios-sim-ews",
    3736    "jsc-ews",
    3837    "jsc-mips-ews",
Note: See TracChangeset for help on using the changeset viewer.