Skip to content

Commit

Permalink
Add libvirt package into ubuntu runner pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 18, 2024
1 parent 7207b56 commit 56a5a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/ubuntu-runner-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
packages:
- git
- jq
- libvirt-daemon-system
- python3
- python3-dev
- python3-pip
Expand All @@ -109,6 +110,7 @@ spec:
- "curl -sL https://github.com/actions/runner/releases/download/v$(params.runner-version)/actions-runner-linux-x64-$(params.runner-version).tar.gz | sudo tar -xz -C /opt/runner"
runcmd:
- "sudo ln -s /usr/bin/python3 /usr/bin/python"
- "sudo usermod -a -G libvirt runner"
- "sudo /opt/runner/bin/installdependencies.sh"
- "sudo chown -R runner: /opt/runner"
power_state:
Expand Down

0 comments on commit 56a5a89

Please sign in to comment.