Changeset 256382 in webkit


Ignore:
Timestamp:
Feb 11, 2020 3:42:44 PM (4 years ago)
Author:
Jonathan Bedard
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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r256377 r256382  
     12020-02-11  Jonathan Bedard  <jbedard@apple.com>
     2
     3        results.webkit.org: Configuration documentation should include architecture
     4        https://bugs.webkit.org/show_bug.cgi?id=207584
     5
     6        Reviewed by Aakash Jain.
     7
     8        * resultsdbpy/resultsdbpy/view/templates/documentation.html: Add architecture documentation.
     9
    1102020-02-11  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Tools/resultsdbpy/resultsdbpy/view/templates/documentation.html

    r252272 r256382  
    470470            `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:`,
    471471            codeBlock('{\n' +
     472                '    "architecture": <string representing architecture, e.g. x86_64, arm64>,\n' +
    472473                '    "platform": <string representing platform family, e.g. mac, ios>,\n' +
    473474                '    "is_simulator": <boolean which is true if the configuration was simulating an embedded device>,\n' +
Note: See TracChangeset for help on using the changeset viewer.