Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[processor] Save the merged report and infer labels from browser_channel #529

Merged
merged 2 commits into from
Sep 14, 2018

Commits on Sep 11, 2018

  1. [processor] Save the merged report

    This change makes the results processor to save the merged report
    instead of just the last chunk of the report if the original report is
    chunked when uploaded.
    Hexcles committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    da23f19 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. [processor] Infer the channel label from reports

    When the uploader does not provide a channel label, the processor will
    now set it based on a new property in the report,
    `run_info.browser_channel`, introduced in
    web-platform-tests/wpt#12679 .
    
    A new channel label, "beta", is also introduced in this commit, since we
    now have beta browsers running on Taskcluster daily.
    Hexcles committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9521c10 View commit details
    Browse the repository at this point in the history