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

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

merge_commit_796262a4ed992d53c4ee55b273a0037febeebafc

09 Aug 22:40

Choose a tag to compare

"[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

09 Aug 21:53

Choose a tag to compare

"[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

29 Apr 17:38

Choose a tag to compare

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

merge_commit_35ebe2e77ab0f0ab3feefab43faa5b2827a59bf0

29 Apr 17:32

Choose a tag to compare

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

merge_commit_3e0d33aa73f7ca2e2085875574fec0b200a70813

01 Apr 13:16

Choose a tag to compare

"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

26 Mar 13:33

Choose a tag to compare

"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

26 Mar 13:37

Choose a tag to compare

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

merge_commit_01d8001cd1172d07239760d8be2cf980ff743924

25 Mar 12:13

Choose a tag to compare

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

merge_commit_771e9aca8a86b1a4fa9c1ba1497dad18f8345da8

22 Mar 13:49

Choose a tag to compare

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

merge_commit_5807106785de70e45d474871e7b55ce14e1ef2f0

22 Mar 10:00

Choose a tag to compare

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