Skip to content

Commit

Permalink
Enable EPEL
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jun 18, 2024
1 parent 00f995e commit 25a397f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plans/full.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ summary:
Unit & integration tests
discover+:
filter: tier:1
adjust:
- when: "distro == rhel-8"
because: "EPEL is not enabled on RHEL 8 by default"
prepare+:
- how: install
package: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
6 changes: 6 additions & 0 deletions plans/smoke.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ summary:
Basic smoke test
discover+:
filter: tier:0
adjust:
- when: "distro == rhel-8"
because: "EPEL is not enabled on RHEL 8 by default"
prepare+:
- how: install
package: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

0 comments on commit 25a397f

Please sign in to comment.