Title: [269990] trunk/Tools
Revision
269990
Author
[email protected]
Date
2020-11-18 14:44:44 -0800 (Wed, 18 Nov 2020)

Log Message

[webkitpy] Respect --result-report-flavor on device ports
https://bugs.webkit.org/show_bug.cgi?id=219112
<rdar://problem/71553965>

Reviewed by Dewei Zhu.

* Scripts/webkitpy/port/device_port.py:
(DevicePort.configuration_for_upload): Add flavor to the configuration, if flag passed.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (269989 => 269990)


--- trunk/Tools/ChangeLog	2020-11-18 22:42:20 UTC (rev 269989)
+++ trunk/Tools/ChangeLog	2020-11-18 22:44:44 UTC (rev 269990)
@@ -1,3 +1,14 @@
+2020-11-18  Jonathan Bedard  <[email protected]>
+
+        [webkitpy] Respect --result-report-flavor on device ports
+        https://bugs.webkit.org/show_bug.cgi?id=219112
+        <rdar://problem/71553965>
+
+        Reviewed by Dewei Zhu.
+
+        * Scripts/webkitpy/port/device_port.py:
+        (DevicePort.configuration_for_upload): Add flavor to the configuration, if flag passed.
+
 2020-11-18  Matt Lewis  <[email protected]>
 
         Big Sur testers failing to download build products

Modified: trunk/Tools/Scripts/webkitpy/port/device_port.py (269989 => 269990)


--- trunk/Tools/Scripts/webkitpy/port/device_port.py	2020-11-18 22:42:20 UTC (rev 269989)
+++ trunk/Tools/Scripts/webkitpy/port/device_port.py	2020-11-18 22:44:44 UTC (rev 269990)
@@ -271,5 +271,6 @@
             architecture=configuration.architecture,
             style=style,
             model=model,
+            flavor=self.get_option('result_report_flavor'),
             sdk=host.build_version if host else None,
         )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to