CI Tests: Make the CI testplan more compact

This commit is contained in:
Martin Cermak 2023-03-24 09:46:16 +01:00
parent 5e48ef55f5
commit cf965d214e
3 changed files with 4 additions and 6 deletions

View File

@ -2,5 +2,9 @@ summary: CI Gating Plan
discover:
how: fmf
directory: tests
prepare:
- name: prepare
how: shell
script: ./plans/prepare.sh
execute:
how: tmt

View File

@ -1,6 +0,0 @@
summary: Setup task
prepare:
script: ./plans/ci/prepare/prepare.sh
require:
- koji
- dnf-utils