#248 Images are too small for testing of gnome components
Closed: SOLVED by astepano. Opened by pschindl.

Most of our tests needs to have Gnome DE installed on system (ideally workstation package set). Images (qcow2) on which tests are run have just 4 GiB of space (default for Fedora Cloud images) but that is not enough for installing the whole Workstation package set. We need ideally about 8 GiB to install all needed packages and run tests.

Could be the default partition size changed? Or could there be another image (maybe workstation-cloud?) we could ask to run our test on instead of the default one?


This may also be way the newer clang tests are failing:
https://jenkins-continuous-infra.apps.ci.centos.org/view/Fedora%20All%20Packages%20Pipeline/job/fedora-rawhide-pr-pipeline/256/consoleText

Right

https://dl.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/

# qemu-img info Fedora-Cloud-Base-28-1.1.x86_64.qcow2 
image: Fedora-Cloud-Base-28-1.1.x86_64.qcow2
file format: qcow2
virtual size: 4.0G (4294967296 bytes)
disk size: 250M
cluster_size: 65536
Format specific information:
    compat: 0.10
    refcount bits: 16

Not enough.

Metadata Update from @astepano:
- Issue assigned to astepano

The qcow2 are resized before running in the pipeline, extra 10GB are given to it.

qemu-img info Fedora-Rawhide.qcow2
image: Fedora-Rawhide.qcow2
file format: qcow2
virtual size: 14G (15032385536 bytes)
disk size: 305M
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false

I guess this issue can be closed

@astepano can we close this? This was an issue with the Fedora CI image, the pipeline is already using an image with larger filesystem.

@bgoncalv seems we can close.

Closing because of: The qcow2 are resized before running in the pipeline, extra 10GB are given to it.

Metadata Update from @astepano:
- Issue close_status updated to: SOLVED
- Issue status updated to: Closed (was: Open)

Metadata