containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
22 stars 25 forks source link

improve prepare_images and increase duration #507

Closed pengshanyu closed 2 months ago

pengshanyu commented 2 months ago
  1. When each test case is executed, if directory /var/qm/lib/containers/registry exists, delete it first, then create the directory and copy the ffi-tools container image to it.
  2. Pulling ffi-tools image often times out, so extend the duration.

Resolve https://github.com/containers/qm/issues/506

dougsland commented 2 months ago

@nsednev maybe you need this patch?

pengshanyu commented 2 months ago

I assume we should consider shrinking ffi-tools I mean move more rpms into the condition, @pengshanyu, WDYT?

Yes, let's try to shrink ffi-tools. I am not familiar with some packages, could you give me some guidance?

dougsland commented 2 months ago

safe to merge, helping reduce the size. CI/CD might be get better with the patch btw. @Yarboa will provide in an Github Issue maybe? ideas for improvement for reducing the size?