-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Run Verdaccio tests in nightly #6660
Run Verdaccio tests in nightly #6660
Conversation
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.
This is awesome, do you have a log for this run?
Reviewable status: 0 of 1 approvals obtained
The run is failing due to rules_nodejs linker issues. I'm investigating the cause of it, so I converted this PR to a draft until I've fixed the linker issues. |
279e4b3
to
959d8e9
Compare
959d8e9
to
3f2d239
Compare
e5c5ed9
to
76fe952
Compare
9e07be9
to
8a72052
Compare
Here's a log of nightly tests running on this branch, including the nightly verdaccio tests. It looks like it will probably pass. Edit: It timed out at the last step. |
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.
Reviewed 4 of 7 files at r1, 9 of 9 files at r2, 3 of 3 files at r4, 1 of 1 files at r5, all commit messages.
Reviewable status: complete! 1 of 1 approvals obtained
Currently, we run Verdaccio tests only when we do a release. Since they're only tested after choosing a release commit from nightly CI, they are often a point of failure. This PR makes them run during nightly tests, so we can identify issues with them before creating a release PR.
This PR also enables Bazel sandboxing, which fixes the rules_nodejs linker issue.
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.
This change is