Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use centos-stream-9 target instead of epel-9 #687

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading