-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
chore(core): nx plugin submission nx-gcp-cache #18172
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The plugin looks good, except you need to have some form of e2e tests running in CI. Once that is in place, leave a comment on this PR and I'll get it merged. Sorry for the delayed response, we've changed some of our processes so that plugin submissions shouldn't wait this long without a response again. |
@isaacplmann I have added E2E test and it's running in CI. Let me know if you need anything else to include the plugin. |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Community Plugin Submission
nx-gcp-cache
nx-gcp-cache plugin provides a distributed remote cache using Google Cloud Storage.
It solves the problem of having a distributed remote cache using a self-hosted solution instead of Nx Cloud.
The plugin provides a generator to update the nx.json file and changes the default runner to use the plugin, prompting the user to provide the bucket name.