From b13f4fabb9ba5669371698e97625100dd02d6a98 Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Wed, 21 Dec 2022 14:42:55 +0100 Subject: [PATCH] CI extended with internal tests Resolves: rhbz#2160080 Signed-off-by: Stanislav Zidek --- ci.fmf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ci.fmf b/ci.fmf index 4609306..3bc6f9e 100644 --- a/ci.fmf +++ b/ci.fmf @@ -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'