From 8f1fb8ade29c8e1ba5885d4364442370d75bde7c Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 12 Jul 2021 07:28:46 +0200 Subject: [PATCH] Related: rhbz#1974653 Add rhel-CRB and rhel-buildroot repos in preparation step for the CI tests Two weeks ago it worked without that, but now it seems to be needed to add these repos. --- plans/basic.fmf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plans/basic.fmf b/plans/basic.fmf index c1627f9..574bc78 100644 --- a/plans/basic.fmf +++ b/plans/basic.fmf @@ -3,3 +3,7 @@ discover: how: fmf execute: how: tmt +prepare: + how: shell + script: + - dnf config-manager --enable rhel-CRB --enable rhel-buildroot