File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
2718adjust+:
2819 - enabled: false
You can’t perform that action at this time.
0 commit comments