Skip to content

Commit

Permalink
For errata testing, install beakerlib from epel
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas committed Dec 2, 2024
1 parent 8c29831 commit 4217934
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plans/errata.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4217934

Please sign in to comment.