Title: [276654] trunk/Tools
- Revision
- 276654
- Author
- [email protected]
- Date
- 2021-04-27 12:41:22 -0700 (Tue, 27 Apr 2021)
Log Message
[ews] Configure bots for stress test queue
https://bugs.webkit.org/show_bug.cgi?id=225000
Reviewed by Aakash Jain.
* CISupport/ews-build/config.json: Add ews181 and ews182.
Modified Paths
Diff
Modified: trunk/Tools/CISupport/ews-build/config.json (276653 => 276654)
--- trunk/Tools/CISupport/ews-build/config.json 2021-04-27 19:02:53 UTC (rev 276653)
+++ trunk/Tools/CISupport/ews-build/config.json 2021-04-27 19:41:22 UTC (rev 276654)
@@ -331,6 +331,14 @@
"platform": "mac-bigsur"
},
{
+ "name": "ews181",
+ "platform": "mac-catalina"
+ },
+ {
+ "name": "ews182",
+ "platform": "mac-catalina"
+ },
+ {
"name": "ews210",
"platform": "win"
},
@@ -500,7 +508,7 @@
"configuration": "release",
"architectures": ["x86_64"],
"triggered_by": ["macos-catalina-release-build-ews"],
- "workernames": ["ews151"]
+ "workernames": ["ews181", "ews182"]
},
{
"name": "macOS-Catalina-Debug-Build-EWS",
Modified: trunk/Tools/ChangeLog (276653 => 276654)
--- trunk/Tools/ChangeLog 2021-04-27 19:02:53 UTC (rev 276653)
+++ trunk/Tools/ChangeLog 2021-04-27 19:41:22 UTC (rev 276654)
@@ -1,3 +1,12 @@
+2021-04-27 Ryan Haddad <[email protected]>
+
+ [ews] Configure bots for stress test queue
+ https://bugs.webkit.org/show_bug.cgi?id=225000
+
+ Reviewed by Aakash Jain.
+
+ * CISupport/ews-build/config.json: Add ews181 and ews182.
+
2021-04-27 Alex Christensen <[email protected]>
Unreviewed, reverting r275912.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes