wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
See e.g. https://staging.wpt.fyi/results/?run_id=6174988006588416 We're trying to load https://staging.wpt.fyi/static/github-actions.svg, but only https://staging.wpt.fyi/static/github.svg exists (as we use that elsewhere)
After the previous migration from [AppEngine logging to Google Cloud Logging](https://github.com/web-platform-tests/wpt.fyi/issues/1747), Cloud Logging in processor needs improvements: - Logs in the processor are not labelled with proper severity, thus very...
This is reapplying the changes from #4028 while fixing the selenium issues.
Accessing secrets to the results-processor is being added in #4025; see https://github.com/web-platform-tests/wpt.fyi/pull/4025/files#r1786456351 for discussion here. Ideally we'd have both: * better guarding of accessing this (but ideally without entirely tying...
c.f. https://github.com/web-platform-tests/wpt.fyi/issues/4020#issuecomment-2378111932 in combination with: https://github.com/web-platform-tests/wpt.fyi/blob/2b78c2741ad4eaab73fa33e32f564fbf0f28ae02/results-processor/processor.py#L329-L333 and: https://github.com/web-platform-tests/wpt.fyi/blob/2b78c2741ad4eaab73fa33e32f564fbf0f28ae02/results-processor/processor.py#L157-L159 and: https://github.com/web-platform-tests/wpt.fyi/blob/2b78c2741ad4eaab73fa33e32f564fbf0f28ae02/results-processor/processor.py#L139-L141 While it's technically true that the result set is empty, the fact that it's empty _because we failed to download...
# Background Currently, we have three Dockerfiles: 1. https://github.com/web-platform-tests/wpt.fyi/blob/main/Dockerfile 2. https://github.com/web-platform-tests/wpt.fyi/blob/main/api/query/cache/service/Dockerfile 3. https://github.com/web-platform-tests/wpt.fyi/blob/main/results-processor/Dockerfile Dockerfile 1 provides an environment with consistent tools so that we can build the main `webapp` service....
Debugging https://github.com/web-platform-tests/wpt.fyi/issues/4020 was complicated because the runs weren't showing up anywhere. Had there been a tab on https://wpt.fyi/status to show empty/duplicate runs (or if they just showed up under the...
This should make it less nebulous as to who is and isn't an admin.
Starting with WPT.fyi since it's conveying conflicting results... I'm not sure if that's a data source problem from the wpt repo, or a bug here. WPT.fyi lists a Safari failure...
Currently, the results processor receives either: a list of wptreport JSON URLs and a list of screenshot URLs, or a single ZIP URL, where the ZIP contains a number of...