Adjust qemu package name for Ubuntu Noble (24.04)

qemu package was renamed to qemu-system package in Ubuntu Noble (24.04)
so update the package name accordingly.
Also make manila-image-elements-buildimage-docker non-voting now,
because job rarely passes now due to reatelimit in docker.io .
Change-Id: I40a71159cc0385e1236151bd33070adab9693e4c
This commit is contained in:
Takashi Kajinami
2024年10月27日 04:00:09 +09:00
parent ee780b7195
commit 374bceea4e

View File

@@ -167,7 +167,7 @@ is_installed() {
need_required_packages() {
case "$platform" in
"ubuntu")
package_list="qemu kpartx debootstrap"
package_list="qemu-system kpartx debootstrap"
;;
"fedora")
package_list="qemu-img kpartx debootstrap"

View File

@@ -6,7 +6,8 @@
jobs:
- openstack-tox-pep8
- manila-image-elements-buildimages
- manila-image-elements-buildimage-docker
- manila-image-elements-buildimage-docker:
voting:false
- manila-image-elements-container-scenario:
voting:false
irrelevant-files:&irrelevant-files
Reference in New Issue
openstack/manila-image-elements
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.