Skip to content

Commit

Permalink
ci: Manually download blivet-gui playbooks for revdeps tests
Browse files Browse the repository at this point in the history
The playbook is now split into a playbook and separate file with
tasks. We need both and prepare cannot download two files.
  • Loading branch information
vojtechtrefny committed Jan 24, 2025
1 parent a28c6d5 commit 0736c42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plans/blivet-gui.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ prepare:
- if rpm -q amazon-ec2-utils; then rpm -e --verbose amazon-ec2-utils && udevadm trigger /dev/nvme* ;fi

- name: ansible
how: ansible
playbook:
- https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/install-test-dependencies.yml
how: shell
script:
- sudo dnf install -y 'curl'
- curl -Ok https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/install-test-dependencies.yml
- curl -Ok https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/blivet-gui-tasks.yml
- ansible-playbook -K -i "localhost," -c local install-test-dependencies.yml

discover:
how: shell
Expand Down

0 comments on commit 0736c42

Please sign in to comment.