Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js (278998 => 278999)
--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js 2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js 2021-06-17 18:38:43 UTC (rev 278999)
@@ -25,8 +25,9 @@
Dashboard = {
Platform: {
- macOSBigSur: { name: "macos-bigsur", readableName: "macOS Big Sur", order: 1 },
- macOSCatalina: { name: "macos-catalina", readableName: "macOS Catalina", order: 2 },
+ macOSMonterey: { name: "macos-monterey", readableName: "macOS Monterey", order: 1 },
+ macOSBigSur: { name: "macos-bigsur", readableName: "macOS Big Sur", order: 2 },
+ macOSCatalina: { name: "macos-catalina", readableName: "macOS Catalina", order: 3 },
iOS14Simulator: { name: "ios-simulator-14", readableName: "iOS 14 Simulator", order: 20 },
iOS14Device: { name: "ios-14", readableName: "iOS 14", order: 25 },
tvOS14Simulator: { name: "tvos-simulator-14", readableName: "TvOS Simulator 14", order: 26 },
Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css (278998 => 278999)
--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css 2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css 2021-06-17 18:38:43 UTC (rev 278999)
@@ -229,6 +229,10 @@
content: url(../Images/BigSur.png);
}
+table.queue-grid tr.platform.macos-monterey img.logo {
+ content: url(../Images/Monterey.png);
+}
+
table.queue-grid tr.platform.wincairo-windows-10 img.logo {
content: url(../Images/Windows10.png);
}
Modified: trunk/Tools/ChangeLog (278998 => 278999)
--- trunk/Tools/ChangeLog 2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/ChangeLog 2021-06-17 18:38:43 UTC (rev 278999)
@@ -1,3 +1,15 @@
+2021-06-17 W.D. Xiong <[email protected]>
+
+ [Monterey] Add Seed 1 to bot watchers' dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=226747
+
+ Reviewed by Jonathan Bedard.
+
+ * CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png: Added.
+ * CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js: Added Monterey
+ * CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css: Added Monterey
+ (table.queue-grid tr.platform.macos-monterey img.logo):
+
2021-06-17 Per Arne Vollan <[email protected]>
[Win] Exception running layout tests