From 575d5b55f7c4d8bacc58716469a85ab7185c4270 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 1 Jan 2025 18:42:02 +0530 Subject: [PATCH] test Signed-off-by: Lokesh Mandvekar --- plans/main.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans/main.fmf b/plans/main.fmf index d87b1f75d6..a14694ead0 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -10,6 +10,7 @@ adjust: script: | sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo dnf -y upgrade --allowerasing + order: 10 # FIXME: Use epel10 once bats is available there - when: distro == centos-stream-10 or distro == rhel-10 because: "bats isn't yet available on epel10" @@ -17,11 +18,13 @@ adjust: how: install copr: rhcontainerbot/bats-el10 package: bats + order: 20 - when: distro == centos-stream-9 or distro == rhel-9 because: "bats is present on EPEL on rhel9 / c9s" prepare+: how: feature epel: enabled + order: 20 /upstream: summary: Run crun specific Podman system tests on upstream PRs