File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,15 @@ discover:
3
3
execute:
4
4
how: tmt
5
5
prepare:
6
- - when: distro == centos-stream or distro == rhel
7
- how: shell
8
- script: |
9
- dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm --eval '%{?rhel}').noarch.rpm
10
- dnf -y config-manager --set-enabled epel
11
- order: 10
6
+ - how: feature
7
+ epel: enabled
12
8
- when: initiator == packit
13
9
how: shell
14
10
script: |
15
11
COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
16
12
if compgen -G $COPR_REPO_FILE > /dev/null; then
17
13
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
18
14
fi
19
- # We don't want the podman-next rpm to override the one from the PR copr build
20
- dnf -y upgrade --allowerasing --exclude=container-selinux
21
- order: 20
22
15
23
16
/basic_check:
24
17
discover+:
You can’t perform that action at this time.
0 commit comments