Title: [256382] trunk/Tools
Revision
256382
Author
jbed...@apple.com
Date
2020-02-11 15:42:44 -0800 (Tue, 11 Feb 2020)

Log Message

results.webkit.org: Configuration documentation should include architecture
https://bugs.webkit.org/show_bug.cgi?id=207584

Reviewed by Aakash Jain.

* resultsdbpy/resultsdbpy/view/templates/documentation.html: Add architecture documentation.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (256381 => 256382)


--- trunk/Tools/ChangeLog	2020-02-11 23:32:10 UTC (rev 256381)
+++ trunk/Tools/ChangeLog	2020-02-11 23:42:44 UTC (rev 256382)
@@ -1,3 +1,12 @@
+2020-02-11  Jonathan Bedard  <jbed...@apple.com>
+
+        results.webkit.org: Configuration documentation should include architecture
+        https://bugs.webkit.org/show_bug.cgi?id=207584
+
+        Reviewed by Aakash Jain.
+
+        * resultsdbpy/resultsdbpy/view/templates/documentation.html: Add architecture documentation.
+
 2020-02-11  Youenn Fablet  <you...@apple.com>
 
         Regression: RTCRtpSender.getCapabilities("video") returns null on iOS 13.4 (17E5223h)

Modified: trunk/Tools/resultsdbpy/resultsdbpy/view/templates/documentation.html (256381 => 256382)


--- trunk/Tools/resultsdbpy/resultsdbpy/view/templates/documentation.html	2020-02-11 23:32:10 UTC (rev 256381)
+++ trunk/Tools/resultsdbpy/resultsdbpy/view/templates/documentation.html	2020-02-11 23:42:44 UTC (rev 256382)
@@ -469,6 +469,7 @@
         'Configuration': [
             `Configurations are the key which defines a specific row within the results database. Uploads which share a configuration, but not a UUID, will appear in the same row on a timeline. Configurations are represented within the results database as an object:`,
             codeBlock('{\n' +
+                '    "architecture": <string representing architecture, e.g. x86_64, arm64>,\n' +
                 '    "platform": <string representing platform family, e.g. mac, ios>,\n' +
                 '    "is_simulator": <boolean which is true if the configuration was simulating an embedded device>,\n' +
                 '    "version": <string of the form x.x.x representing the OS version>,\n' +
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to