-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
ci: update the core-dump pattern with a path suffix #6142
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
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.
LGTM 🚀
It appears that in github runner there is no On Linux this approach do created the core dump.
Need to figure out what directory is accessible to write in the github runner. |
68a3ef0
Update core dump path Update core dump path Update the core dump file path Update the core dump file path Remove node-modules from core dump Log node features to verify debug is enabled Revert "Add manual segfault" This reverts commit 3021866. Update the path for the core-dump Add comment for the naming convention Update the core dump path Trigger segfault to verify Update the core path command Update limit order to be in same task Run every command in one action Run every command in one action Run yarn with a given node binary Run the tests with sudo Run the tests with sudo Change the order of runs for quick feedback Change the order of runs for quick feedback Change the order of runs for quick feedback Copy node for the sudo user Update the node path Restructure node debug tasks Add exec permission to node debug Revert "Trigger segfault to verify" This reverts commit 68a3ef0.
10ecacd
to
a0c6e01
Compare
🎉 This PR is included in v1.13.0 🎉 |
Motivation
Make the tests more stable.
Description
Capture the coredump for the segfaults.
Steps to test or reproduce