-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add .syncignore to ignore unnecessary file syncs to volume #5104
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
d74eaf0
to
4394d1c
Compare
Passing run #9012 ↗︎
Details:
Review all test suite changes for PR #5104 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5104 +/- ##
=======================================
Coverage 86.42% 86.42%
=======================================
Files 357 357
Lines 22345 22345
Branches 2954 2954
=======================================
Hits 19312 19312
Misses 2516 2516
Partials 517 517 ☔ View full report in Codecov by Sentry. |
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.
wow 7+ GB good find. change makes sense to me.
Passing run #9026 ↗︎
Details:
Review all test suite changes for PR #5104 ↗︎ |
Closes n/a
Description Of Changes
This is a minor dev qol change to reduce build times when dropping volumes. It was noticed that we were moving the entire .nox directory over causing >7GB of data transfer
This will reduce it to <1GB (more could likely be added but this is a good start anyway)
Before:
After:
Code Changes
.syncignore
file to the root.dockerignore
Steps to Confirm
nox -s dev
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works