glibc/plans/ci.fmf
Martin Cermak 472dcebe5e CI Testing: Ensure smooth installation od the build under test
Make sure the build under test installs smoothly including the
multilib subpackages needed for the CI tests.  Use a setup task
prepare.sh to accomplish that.

The "standard" CI installer installs whole the x86_64 build
minus glibc-headers-s390, which is a noarch package having
file conflicts with glibc-headers-x86 (which is another
noarch subrpm).  The prepare.sh then installs needed i686
packages.
2023-03-23 20:33:30 +01:00

14 lines
233 B
Plaintext

summary: CI Gating Plan
discover:
how: fmf
prepare:
- name: prepare
how: shell
script: ./plans/prepare.sh
- name: install
how: install
exclude:
- glibc-headers-s390
execute:
how: tmt