Skip to content

Commit ec1efdb

Browse files
committed
[v5.7] Packit/TMT: remove podman-next repos from release branches
Release branches should be tested with what's in the official repos or intended to go there soon. Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 6554773 commit ec1efdb

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.packit.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ jobs:
105105
targets:
106106
- fedora-all
107107
tmt_plan: "/plans/system/*"
108-
tf_extra_params:
109-
environments:
110-
- artifacts:
111-
- type: repository-file
112-
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
113108

114109
- job: tests
115110
identifier: cockpit-revdeps
@@ -126,8 +121,6 @@ jobs:
126121
- artifacts:
127122
- type: repository-file
128123
id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
129-
- type: repository-file
130-
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
131124
tmt:
132125
context:
133126
revdeps: "yes"

plans/system.fmf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ prepare:
1414
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm --eval '%{?rhel}').noarch.rpm
1515
dnf -y config-manager --set-enabled epel
1616
order: 10
17-
- when: initiator == packit
18-
how: shell
19-
script: |
20-
COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
21-
if compgen -G $COPR_REPO_FILE > /dev/null; then
22-
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
23-
fi
24-
dnf -y upgrade --allowerasing
25-
order: 20
2617

2718
adjust+:
2819
- enabled: false

0 commit comments

Comments
 (0)