Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Releases: web-platform-tests/wpt-actions-test

merge_commit_796262a4ed992d53c4ee55b273a0037febeebafc

"[ci] Convert GitHub Actions files to new format"
"GitHub.com is changing the supported configuration file format for its
"Actions" feature [1]. Update to the new format.

This change set was produced using the tooling provided by GitHub.com
[2].

[1] > The documentation at https://developer.github.com/actions and
> support for the HCL syntax in GitHub Actions will be deprecated on
> September 30, 2019. Documentation for the new limited public beta
> using the YAML syntax is available on https://help.github.com. See
> "Automating your workflow with GitHub Actions" for documentation
> using the YAML syntax.

https://developer.github.com/actions/

[2] https://github.com/actions/migrate
"

merge_commit_cc9dc6bb113ac7e04aee6b8e4157fbe8eb2d731c

"[cookie-store] Deflake service worker registration"
"Instead of attempting to unregister previously installed service workers
at the beginning of a test, use add_completion_callback to unregister
them at test completion. This will deflake the tests when they are run
multiple times without restarts (--rerun).

The alternative is to do what many tests in service-workers do:
unregister service workers at the start, but wait for newly installed
service workers to become activated and use registration.active
instead of registration.installing, which is a bit more complex.
"

merge_commit_7dcc96e5656c233fec6dc37ee7a9d54ea925c7c5

"fixup! [docs] Build w/GH Actions and deploy w/GH Pages"
""

merge_commit_35ebe2e77ab0f0ab3feefab43faa5b2827a59bf0

"fixup! [docs] Build w/GH Actions and deploy w/GH Pages"
""

merge_commit_3e0d33aa73f7ca2e2085875574fec0b200a70813

"Use a single action to generate and tag the manifest."
"This cuts down on quota usage. Also apply filters before the manifest
generation so we cut down on unnecessary work in PRs and return the
magic status 78 in cases where the filter doesn't match so if we expand
to multiple actions in the future things work correctly.
"

merge_commit_44a32c746edb462121695f092c4625f3a5851d0c

"Upload the manifest with gzip, bzip2 and zstandard compression"
"zstandard has the best compression ratio and fast decoding. bzip2 has good compression
and very slow decoding. gzip has poor compression and fast decoding. Overall zstandard
is alway the best to download + decompress, but relies on a third party Python package.
gzip is always the worst unless network is very fast and CPU very slow. So in the future
we will move to zstandard where possible and bzip2 where not possible.
"

merge_commit_00d3aeb29e1a401448426d5cf6c83e03e93ba07d

"Upload MANIFEST.json.bz2 and MANIFEST.json.zst"
"The first half of #16081.
"

merge_commit_01d8001cd1172d07239760d8be2cf980ff743924

"Use GitHub actions to build manifest, tag and release."
""

merge_commit_771e9aca8a86b1a4fa9c1ba1497dad18f8345da8

"Use GitHub actions to build manifest, tag and release."
""

merge_commit_5807106785de70e45d474871e7b55ce14e1ef2f0

"Use GitHub actions to build manifest, tag and release."
""