-
Notifications
You must be signed in to change notification settings - Fork 37
40 lines (34 loc) · 1.1 KB
/
multihost-tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Integration tests in multi-host mode
on:
push:
branches: [main, hirte-*]
pull_request:
branches: [main, hirte-*]
workflow_dispatch:
jobs:
ghrelease:
name: Run Integration Tests on testing farm in multihost mode
runs-on: ubuntu-latest
container:
image: quay.io/bluechi/build-base:latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
- name: Install testing farm CLI
run: |
python3 -m ensurepip --default-pip
python3 -m pip install --upgrade pip
python3 -m pip install tft-cli
- 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"}}''