Skip to content

Commit

Permalink
fix: use centos-stream-9 target instead of epel-9
Browse files Browse the repository at this point in the history
Use the centos-stream-9 target as the epel-9 repos
don't seem to be up to date.

Remove the preparation steps enabling the copr repo
and installing the copr packages because it's not needed
and it's causing problems: Packit is supposed to enable the
copr repo and install all the packages contained in
that repo.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Oct 10, 2024
1 parent 8bcd8df commit 959e6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
job: copr_build
trigger: pull_request
targets:
epel-9: {}
centos-stream-9: {}
fedora-latest-stable: {}
fedora-latest: {}
fedora-rawhide: {}
Expand All @@ -44,7 +44,7 @@ jobs:
fmf_path: test/fmf
tmt_plan: plans/onboarding
targets:
epel-9: {}
centos-stream-9: {}
fedora-latest-stable: {}
fedora-latest: {}
fedora-rawhide: {}
Expand Down
4 changes: 1 addition & 3 deletions test/fmf/plans/onboarding.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ discover:
execute:
how: tmt
prepare:
- how: install
copr: ${PACKIT_COPR_PROJECT}
- how: shell
script: dnf install -y ${PACKIT_COPR_RPMS} postgresql-server sqlite
script: dnf install -y postgresql-server sqlite
provision:
how: virtual
memory: 4096
Expand Down

0 comments on commit 959e6f8

Please sign in to comment.