Skip to content

Commit cbc0df2

Browse files
committed
Switch to vagrant hypervisor
Working with kernel modules (autofs) and rootless podman is just to hard for acceptance tests.
1 parent 76a9344 commit cbc0df2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
puppet:
2424
name: Puppet
2525
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
26+
with:
27+
beaker_hypervisor: 'vagrant_libvirt'

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
22
spec/spec_helper_acceptance.rb:
33
unmanaged: false
4+
5+
.github/workflows/ci.yml:
6+
beaker_hypervisor: vagrant_libvirt

0 commit comments

Comments
 (0)