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 b0e9541 commit 8a799d3
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/multihost-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Integration tests in multi-host mode

on:
push:
branches: [main, hirte-*]
pull_request:
branches: [main, hirte-*]
workflow_dispatch:

jobs:
Expand All @@ -25,12 +29,12 @@ jobs:
python3 -m pip install tft-cli
- name: Start Integration Tests on testing farm
run: |
testing-farm version
TESTING_FARM_API_TOKEN=${{ secrets.TESTING_FARM_API_TOKEN }} testing-farm request \
--path tests \
--git-ref add-multihost-workflow \
--git-url https://github.com/eclipse-bluechi/bluechi.git \
--compose Fedora-Rawhide \
--plan multihost \
--pipeline-type tmt-multihost
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"}}''

0 comments on commit 8a799d3

Please sign in to comment.