From 4217934f00f8c45bb2a5178703ec85cf20f41c75 Mon Sep 17 00:00:00 2001 From: Milan Lysonek Date: Mon, 2 Dec 2024 16:23:17 +0100 Subject: [PATCH] For errata testing, install beakerlib from epel --- plans/errata.fmf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plans/errata.fmf b/plans/errata.fmf index 8965720..608859f 100644 --- a/plans/errata.fmf +++ b/plans/errata.fmf @@ -21,7 +21,11 @@ adjust: how: reportportal prepare+: how: shell - script: curl -ks https://gitlab.cee.redhat.com/rhel-tests/distribution/-/raw/main/setup/configure-repo-with-rpms-from-brew/run.sh | bash + script: + - . /etc/os-release; yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-${VERSION_ID%.*}.noarch.rpm || true + - dnf config-manager --set-enabled epel || true + - dnf -y install beakerlib + - curl -ks https://gitlab.cee.redhat.com/rhel-tests/distribution/-/raw/main/setup/configure-repo-with-rpms-from-brew/run.sh | bash - environment: CONTEST_VERBOSE: 0