Merge lp://qastaging/~doanac/ubuntu-ci-services-itself/imgbuild-kernel-fixes into lp://qastaging/ubuntu-ci-services-itself
Proposed by
Andy Doan
Status: | Merged |
---|---|
Approved by: | Andy Doan |
Approved revision: | 404 |
Merged at revision: | 409 |
Proposed branch: | lp://qastaging/~doanac/ubuntu-ci-services-itself/imgbuild-kernel-fixes |
Merge into: | lp://qastaging/ubuntu-ci-services-itself |
Diff against target: |
144 lines (+40/-13) 3 files modified
image-builder/imagebuilder/cloud_image.py (+32/-11) image-builder/imagebuilder/tests/test_modify_cloud_image.py (+5/-2) juju-deployer/configs/unit_config.yaml.tmpl (+3/-0) |
To merge this branch: | bzr merge lp://qastaging/~doanac/ubuntu-ci-services-itself/imgbuild-kernel-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Larson | Approve | ||
PS Jenkins bot (community) | continuous-integration | Approve | |
Evan (community) | Approve | ||
Review via email: mp+211178@code.qastaging.launchpad.net |
Commit message
image-builder: fixes required to get kernel testing working
Description of the change
This fixes the issues I've discovered in the image-builder. The whole diff is small, but it might make more sense to read each commit on its own to see *why* I made these chages.
To post a comment you must log in.
57 + _chrooted(chroot, 'apt-get install -y {}'.format(' '.join(pkglist)))
We have all the apt keys imported and the cache updated, yes? I'm typing this from my iPad, otherwise I'd check myself.
139 +image_size: 4G
Can we have a comment documenting what this does and why it's set to 4G?
Otherwise +1. Good stuff.
Have you checked with Paul on why we had those dpkg's options set in the first place?