fedora ci should start the both way

This commit is contained in:
Petr Sklenar 2022-01-24 14:17:21 +01:00 committed by pemensik
parent 8034904a73
commit a85837f755
2 changed files with 11 additions and 7 deletions

View File

@ -1,6 +0,0 @@
summary: Test plan with all beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/dnsmasq.git
execute:
how: tmt

View File

@ -1,7 +1,17 @@
summary: Public (Fedora) Tier1 beakerlib tests
summary: Combine all availabe tests for dnsmasq
discover:
- name: fedora_tests_dnsmasq
how: fmf
url: https://src.fedoraproject.org/tests/dnsmasq.git
filter: 'tier: 1'
- name: github_NetworkManager
prepare:
how: install
packages: git
execute:
script: |
git clone https://github.com/NetworkManager/NetworkManager-ci
cd NetworkManager-ci
./run/osci/run-tests dnsmasq
execute:
how: tmt