Skip to content

Add multihost workflow #11

Add multihost workflow

Add multihost workflow #11

Workflow file for this run

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"}}'