Skip to content

Commit

Permalink
enable epel and bats first
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Dec 31, 2024
1 parent 78b1778 commit 5e2a461
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ discover:
how: fmf
execute:
how: tmt
prepare:
- name: "Upgrade with podman-next enabled"
when: initiator == packit
how: shell
script: |
sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
dnf -y upgrade --allowerasing
adjust:
# FIXME: Use epel10 once bats is available there
- name: "Enable bats on rhel10"
Expand All @@ -17,11 +10,20 @@ adjust:
how: install
copr: rhcontainerbot/bats-el10
package: bats
order: 10
- name: "Enable EPEL on RHEL for bats and other packages"
when: distro == centos-stream-9 or distro == rhel-9
prepare+:
how: feature
epel: enabled
order: 10
prepare+:
- name: "Upgrade with podman-next enabled"
when: initiator == packit
how: shell
script: |
sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
dnf -y upgrade --allowerasing

/upstream:
summary: Run crun specific Podman system tests on upstream PRs
Expand Down

0 comments on commit 5e2a461

Please sign in to comment.