Skip to content

Commit

Permalink
Merge pull request #687 from mmartinv/use-centos-stream-9-instead-of-…
Browse files Browse the repository at this point in the history
…epel-9

fix: use centos-stream-9 target instead of epel-9
  • Loading branch information
mergify[bot] authored Oct 10, 2024
2 parents 8bcd8df + ae037db commit f0bd963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
2 changes: 1 addition & 1 deletion test/fdo-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sudo rm -rf aio

# Set servers store driver to postgres
greenprint "🔧 Set servers store driver to postgres"
sudo pip3 install yq
sudo pipx install yq
# Configure manufacturing server db
yq -yi 'del(.ownership_voucher_store_driver.Directory)' test/fdo/manufacturing-server.yml
yq -yi ".ownership_voucher_store_driver += {Postgres: {server: \"Manufacturer\", url: \"${DB_URL}\"}}" test/fdo/manufacturing-server.yml
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 f0bd963

Please sign in to comment.