Skip to content

Commit

Permalink
re-enable cirun runner
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent 338e059 commit cbdc942
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# https://github.com/jonashackt/vagrant-github-actions
test-kvm:
name: KVM Test
# runs-on: "cirun-runner--${{ github.run_id }}"
runs-on: ubuntu-latest
runs-on: "cirun-runner--${{ github.run_id }}"
# runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -46,12 +46,6 @@ jobs:
restore-keys: |
${{ runner.os }}-vagrant-
# - name: Install vagrant
# run: |
# curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
# sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
# sudo apt update && sudo apt install -y vagrant

- name: Check Libvirt status
run: |
virsh --version
Expand Down

0 comments on commit cbdc942

Please sign in to comment.