[Webkit-unassigned] [Bug 185163] New: Add REST API endpoint to list supported platforms for stored archives
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 1 08:04:04 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185163
Bug ID: 185163
Summary: Add REST API endpoint to list supported platforms for
stored archives
Product: WebKit
Version: Safari 11
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lforschler at apple.com
CC: lforschler at apple.com
In bisect-builds, we are currently hardcoding platform support. This should be queried dynamically, via a rest api
def minified_platforms():
# FIXME: query this dynamically from API
return ['mac-elcapitan', 'mac-sierra', 'mac-highsierra', 'ios-simulator-10', 'ios-simulator-11']
def unminified_platforms():
# FIXME: query this dynamically from API
return ['gtk', 'ios-simulator-10', 'ios-simulator-11', 'mac-elcapitan', 'mac-sierra', 'mac-highsierra', 'win', 'wpe']
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180501/bcafb87e/attachment-0001.html>
More information about the webkit-unassigned
mailing list