Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove the automated initramfs resize test. #122
Conversation
|
LGTM |
|
+1 |
added a commit
that referenced
this pull request
Nov 19, 2015
chipaca
merged commit 33e9acb
into
snapcore:master
Nov 19, 2015
elopio
deleted the
elopio:remove_resize
branch
Nov 19, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elopio commentedNov 18, 2015
This automated test was generating a new initramfs img in the snappy system. That's nice and offers a lot of ways to self check the init scripts, but the snappy vm and boards are too limited and keep failing.
Sometimes they fail because they ran out of disk space, and we can't compress the img further because they don't have enough RAM. Even with the current compression level, sometimes the xz is killed.
I added a manual test instead. This test can be automated, but needs the manipulation of the image before running the test. That's a pending task in the trello board.