Skip to content

Commit

Permalink
Merge pull request #870 from traylenator/hv
Browse files Browse the repository at this point in the history
Allow beaker_hypervisor to be set
  • Loading branch information
ekohl authored Jan 29, 2024
2 parents 3ce09a3 + 2b34a34 commit 1857280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
<%- if @configs['beaker_facter'] -%>
beaker_facter: '<%= @configs['beaker_facter'] %>'
<%- end -%>
<%- if @configs['beaker_hypervisor'] -%>
beaker_hypervisor: '<%= @configs['beaker_hypervisor'] %>'
<%- end -%>
<%- if @configs['acceptance_runs_on'] -%>
acceptance_runs_on: '<%= @configs['acceptance_runs_on'] %>'
<%- end -%>
Expand Down

0 comments on commit 1857280

Please sign in to comment.