summaryrefslogtreecommitdiff
path: root/tools/upload_wptfyi.js
AgeCommit message (Collapse)Author
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-03-13wpt: only tag daily runs as master (#18155)Filip Skokan
This PR updates the WPT upload script so that it only labels runs that come from the daily WPT job as "master". This is so that only the daily synchronized runs get selected when viewing dashboards such as [this](https://wpt.fyi/results/?label=master&label=experimental&product=deno&product=node.js&product=chrome&product=edge&product=firefox&product=safari&aligned&view=subtest&q=deno%3A%21missing).
2023-01-13chore: small cleanup of scripts in ./tools and run copyright checker in ↵David Sherret
lint.js (#17393)
2021-10-29chore(ci): update dependency for upload_wptfyi (#12587)Kitson Kelly
2021-07-01build: switch to wpt.fyi prod (#11201)Luca Casonato
2021-06-14build: add wpt epoch/daily run (#10937)Luca Casonato
This adds a daily scheduled CI pipeline that runs WPT tests against the most recent epochs/daily every night. Results are uploaded to wpt.fyi. WPTs are run on all supported platforms, on both stable and canary.
2021-06-07tests: upload WPT reports to wpt.fyi (#10883)Luca Casonato