pkg/eve: Fix image sizes for evaluation variant#5932
Open
rene wants to merge 1 commit intolf-edge:masterfrom
Open
pkg/eve: Fix image sizes for evaluation variant#5932rene wants to merge 1 commit intolf-edge:masterfrom
rene wants to merge 1 commit intolf-edge:masterfrom
Conversation
The installer-raw image for evaluation variant doesn't fit on 4GB anymore. This commit adjusts the size. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5932 +/- ##
==========================================
+ Coverage 21.72% 22.15% +0.43%
==========================================
Files 465 475 +10
Lines 84086 85784 +1698
==========================================
+ Hits 18264 19003 +739
- Misses 64281 65058 +777
- Partials 1541 1723 +182 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
@rene When using EDEN I also found that this gets in the way for future tests (since they can't create a usable IMGB partition and use it for eveimage update): There are other LIVE sizes in runme.sh and they should be at least 16k to leave some space for apps. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The installer-raw image for evaluation variant doesn't fit on 4GB anymore. This commit adjusts the size.
How to test and validate this PR
Build evaluation eve and generate the installer image.
Changelog notes
Fix evaluation eve installer image generation through docker image.
PR Backports
This is just on master. No backport needed.
Checklist
check them.
Please, check the boxes above after submitting the PR in interactive mode.