Skip to content

Commit

Permalink
Support new metadata2gha option beaker-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Apr 18, 2024
1 parent 80cac52 commit a5d2582
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ on:
default: 'false'
required: false
type: string
beaker_hosts:
description: Expand the Beaker setfile with hosts and roles
default: 'false'
required: false
type: string
domain:
description: The domain that will be used for the beaker instances
default: "example.com"
Expand Down Expand Up @@ -102,7 +107,7 @@ jobs:
if: ${{ inputs.rubocop }}
- name: Setup Test Matrix
id: get-outputs
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }} --beaker-facter "${{ inputs.beaker_facter }}"
run: bundle exec metadata2gha --domain ${{ inputs.domain }} --pidfile-workaround ${{ inputs.pidfile_workaround }} --beaker-facter "${{ inputs.beaker_facter }}" --beaker-hosts "${{ inputs.beaker_hosts }}"

unit:
defaults:
Expand Down

0 comments on commit a5d2582

Please sign in to comment.