Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for metadata2 --hosts param #46

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add support for metadata2 --hosts param
  • Loading branch information
jhoblitt committed Feb 12, 2024
commit c8f121f2e654eed548bfb644baf9b7a2d17c3929
7 changes: 6 additions & 1 deletion .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ on:
default: ubuntu-20.04
required: false
type: string
hosts:
description: A list of hostnames to create -- generates multiple SUTs. Separate values using commas'
default: ''
required: false
type: string
secrets:
beaker_hcloud_token:
description: token to access the Hetzner Cloud API
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 }}" --hosts "${{ inputs.hosts }}"

unit:
defaults:
Expand Down