Title: [264327] trunk/Tools
- Revision
- 264327
- Author
- [email protected]
- Date
- 2020-07-13 17:59:05 -0700 (Mon, 13 Jul 2020)
Log Message
Add EWS queues for tvOS and watchOS builders (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=214147
<rdar://problem/65290635>
Unreviewed follow-up fix.
* BuildSlaveSupport/ews-build/steps.py:
(CompileWebKit.start): Added tvos and watchos.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/ews-build/steps.py (264326 => 264327)
--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py 2020-07-13 23:38:41 UTC (rev 264326)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py 2020-07-14 00:59:05 UTC (rev 264327)
@@ -1289,7 +1289,7 @@
self.setCommand(self.command + additionalArguments)
if platform in ('mac', 'ios', 'tvos', 'watchos') and architecture:
self.setCommand(self.command + ['ARCHS=' + architecture])
- if platform == 'ios':
+ if platform in ['ios', 'tvos', 'watchos']:
self.setCommand(self.command + ['_ONLY_ACTIVE_ARCH_=NO'])
if platform in ('mac', 'ios', 'tvos', 'watchos') and buildOnly:
# For build-only bots, the expectation is that tests will be run on separate machines,
Modified: trunk/Tools/ChangeLog (264326 => 264327)
--- trunk/Tools/ChangeLog 2020-07-13 23:38:41 UTC (rev 264326)
+++ trunk/Tools/ChangeLog 2020-07-14 00:59:05 UTC (rev 264327)
@@ -1,3 +1,14 @@
+2020-07-13 Aakash Jain <[email protected]>
+
+ Add EWS queues for tvOS and watchOS builders (follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=214147
+ <rdar://problem/65290635>
+
+ Unreviewed follow-up fix.
+
+ * BuildSlaveSupport/ews-build/steps.py:
+ (CompileWebKit.start): Added tvos and watchos.
+
2020-07-13 Geoffrey Garen <[email protected]>
Unreviewed, re-landing r264242 with crash fixed.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes