Skip to content

Commit ca08bb1

Browse files
committed
Enable Updates Testing repositories
While we try to avoid upstream changes, it's better to fetch the latest podman version asap, so we want to enable Fedora updates-testing repositories. Signed-off-by: Nicola Sella <[email protected]>
1 parent 6ae1b9d commit ca08bb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plans/main.fmf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ prepare:
5151

5252
# Run tests against Podman buids installed from the distribution.
5353
/distro:
54+
prepare+:
55+
- name: Enable testing repositories
56+
when: initiator == packit && distro == fedora
57+
how: shell
58+
script: |
59+
dnf config-manager setopt updates-testing.enabled=true
60+
dnf -y upgrade --allowerasing --setopt=allow_vendor_change=true
61+
5462
/sanity:
5563
summary: Run Sanity and Coverage checks on Python Podman
5664
discover+:

0 commit comments

Comments
 (0)