-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
tools: add undici WPTs to daily WPT Report #46763
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
|
Review requested:
|
Member
Author
|
cc @KhafraDev |
anonrig
approved these changes
Feb 22, 2023
Member
Author
c0072b2 to
2b8c774
Compare
2b8c774 to
00b73b7
Compare
aduh95
reviewed
Feb 26, 2023
00b73b7 to
7efbe0a
Compare
aduh95
approved these changes
Feb 26, 2023
Contributor
aduh95
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand everything this PR is doing, but overall it LGTM.
Member
Author
|
cc @nodejs/actions |
7efbe0a to
3190142
Compare
anonrig
approved these changes
Feb 27, 2023
Member
Author
|
blocked waiting for undici's next release to be in nightly, otherwise ready for review |
Collaborator
|
Landed in f6e4e12...f41d507 |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
nodejs-github-bot
pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
fetch
Issues and PRs related to the Fetch API
meta
Issues and PRs related to the general management of the project.
test
Issues and PRs related to the tests.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR extends the WPT daily report submitted to wpt.fyi with WPTs related to all globals imported from
nodejs/undici.This is done by querying the WPT version included in the nodejs checkout, locally checking out undici repo on that given version, installing its dependencies and executing
npm run test:wpt(whilst ignoring its exit code) with a present environment variable that instructs the undici WPTRunner to add results to an existing wpt report file.If an existing release doesn't have the Undici WPT Report capabilities it will create the report as it did until now, without undici globals WPTs.
It also adds a GITHUB_STEP_SUMMARY to the workflow.