From c8f121f2e654eed548bfb644baf9b7a2d17c3929 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Thu, 26 Oct 2023 13:53:35 -0700 Subject: [PATCH] add support for metadata2 --hosts param --- .github/workflows/beaker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beaker.yml b/.github/workflows/beaker.yml index 8135392..7d7207f 100644 --- a/.github/workflows/beaker.yml +++ b/.github/workflows/beaker.yml @@ -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 @@ -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: