CI extended with internal tests

Resolves: rhbz#2160080

Signed-off-by: Stanislav Zidek <szidek@redhat.com>
This commit is contained in:
Stanislav Zidek 2022-12-21 14:42:55 +01:00
parent 48d25522bf
commit b13f4fabb9

13
ci.fmf
View File

@ -1,7 +1,16 @@
summary: Upstreamed tier tests
discover:
how: fmf
# upstreamed tests (public)
- how: fmf
url: https://gitlab.com/redhat-crypto/tests/libssh.git
filter: 'tier: 0,1,2,3'
execute:
how: tmt
how: tmt
adjust:
# discover step adjustments
- when: distro = rhel
discover+:
# internal tests
- how: fmf
url: git://pkgs.devel.redhat.com/tests/libssh
filter: 'tier: 0,1,2,3'