Test/unit-tests: don't enable tag repos in TF during prepare
TF renamed their tag repos, which makes out unit tests prepare step fail. Moreover, these repos are now enabled by default, so there's no value in enabling them explicitly. Resolves: RHEL-111405 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
693a50215c
commit
b1d0963b71
@ -5,9 +5,6 @@ prepare:
|
||||
- git
|
||||
- make
|
||||
- osbuild
|
||||
- how: shell
|
||||
order: 20
|
||||
script: dnf config-manager --set-enabled testing-farm-tag-repository
|
||||
discover:
|
||||
how: fmf
|
||||
filter: tag:unit-test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user