The systemd-standalone-* packages conflict with the systemd package
which breaks build installation in gating. The gating configuration,
that was taken from C10S/RHEL10 doesn't account for this, since we
dropped these packages there.
Follow-up for f6aedb70ea
.
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
/tier1-internal:
|
|
discover:
|
|
how: fmf
|
|
url: https://gitlab.com/redhat/rhel/tests/systemd.git
|
|
filter: 'tier: 1'
|
|
prepare:
|
|
how: install
|
|
exclude:
|
|
- systemd-standalone-.*
|
|
execute:
|
|
how: tmt
|
|
adjust:
|
|
enabled: false
|
|
when: distro == centos-stream or distro == fedora
|