From a5d258238c3db2b0b5364d6c80154826e779e558 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Fri, 19 Apr 2024 01:07:19 +0200 Subject: [PATCH] Support new metadata2gha option beaker-hosts --- .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 b5402c3..c916b85 100644 --- a/.github/workflows/beaker.yml +++ b/.github/workflows/beaker.yml @@ -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" @@ -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: