Skip to content

Commit

Permalink
ci: Install 'python3-libdnf5' for TMT test plans
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 24, 2024
1 parent b1ee741 commit 594b960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/blivet-gui.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prepare:
- name: copr
how: shell
script:
- sudo dnf install -y 'dnf-command(copr)'
- sudo dnf install -y python3-libdnf5 'dnf-command(copr)'
- sudo dnf copr enable -y @storage/blivet-daily
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
Expand Down
2 changes: 1 addition & 1 deletion plans/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prepare:
- name: copr
how: shell
script:
- sudo dnf install -y 'dnf-command(copr)'
- sudo dnf install -y python3-libdnf5 'dnf-command(copr)'
- sudo dnf copr enable -y @storage/blivet-daily
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
Expand Down

0 comments on commit 594b960

Please sign in to comment.