Closed
Bug 1198053
Opened 10 years ago
Closed 10 years ago
Add a .slugignore file to reduce Heroku slug size
Categories
(Tree Management :: Treeherder: Infrastructure, defect, P3)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
To speed up builds/deploys.
https://devcenter.heroku.com/articles/slug-compiler#ignoring-files-with-slugignore
"""
If your repository contains files not necessary to run your app, you may wish to add these to a .slugignore file in the root of your repository.
The format is roughly the same as .gitignore.
The .slugignore file causes files to be removed after you push code to Heroku and before the buildpack runs. This lets you prevent large files from being included in the final slug. Unlike .gitignore, .slugignore does not support negated ! patterns.
"""
Current slug size: 80.7MB
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/eb8826d7046f52394d752669a9b8e2502960cef7
Bug 1198053 - Add a .slugignore file to reduce Heroku slug size
https://devcenter.heroku.com/articles/slug-compiler#ignoring-files-with-slugignore
This reduces slug size from 68.5MB to 52.6MB.
| Assignee | ||
Comment 2•10 years ago
|
||
Bug 1198061 reduced the slug size from 80.7MB to 68.5MB, this bug then reduced that to 52.6MB.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•