[webkit-changes] [WebKit/WebKit] 7f9050: Remove unused queues from config files

Robert Jenner noreply at github.com
Thu Mar 9 11:11:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7f90502e7b29b32e461e80e259ca8a2a40761906
      https://github.com/WebKit/WebKit/commit/7f90502e7b29b32e461e80e259ca8a2a40761906
  Author: Robert Jenner <jenner at apple.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Tools/CISupport/build-webkit-org/config.json
    M Tools/CISupport/build-webkit-org/factories_unittest.py
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/BigSur.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Catalina.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS14.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS14Simulator.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS15.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS15Simulator.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Mojave.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS14.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS14Simulator.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS15.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS15Simulator.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOS7.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOS8.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOSSimulator7.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOSSimulator8.png
    R Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WindowsXP.png
    M Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js
    M Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js
    M Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css
    M Tools/CISupport/build-webkit-org/steps_unittest.py

  Log Message:
  -----------
  Remove unused queues from config files
https://bugs.webkit.org/show_bug.cgi?id=253546
rdar://106389224

Reviewed by Ryan Haddad.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/BigSur.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Catalina.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS14.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS14Simulator.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS15.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/IOS15Simulator.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Mojave.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS14.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS14Simulator.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS15.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/TvOS15Simulator.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOS7.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOS8.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOSSimulator7.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WatchOSSimulator8.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/WindowsXP.png: Removed.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js:
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.ios-simulator-15 img.logo): Deleted.
(table.queue-grid tr.platform.ios-15 img.logo): Deleted.
(table.queue-grid tr.platform.tvos-simulator-15 img.logo): Deleted.
(table.queue-grid tr.platform.tvos-15 img.logo): Deleted.
(table.queue-grid tr.platform.watchos-simulator-8 img.logo): Deleted.
(table.queue-grid tr.platform.watchos-8 img.logo): Deleted.
(table.queue-grid tr.platform.macos-bigsur img.logo): Deleted.
* Tools/CISupport/build-webkit-org/steps_unittest.py:

Canonical link: https://commits.webkit.org/261449@main




More information about the webkit-changes mailing list