Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 12, 2024
1 parent 8a799d3 commit f3fc609
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/multihost-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Start Integration Tests on testing farm
uses: sclorg/testing-farm-as-github-action@v2
with:
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
git_url: https://github.com/eclipse-bluechi/bluechi.git
git_ref: add-multihost-workflow
tmt_plan_regex: "multihost"
tmt_path: tests
compose: Fedora-Rawhide
environment_settings: '{"pipline": {"type": "tmt-multihost"}}''
with:
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
git_url: https://github.com/eclipse-bluechi/bluechi.git
git_ref: add-multihost-workflow
tmt_plan_regex: "multihost"
tmt_path: tests
compose: Fedora-Rawhide
environment_settings: '{"pipline": {"type": "tmt-multihost"}}''

0 comments on commit f3fc609

Please sign in to comment.