CI Tests: Simplify the test plan syntax, keeping the semantics.

This commit is contained in:
Martin Cermak 2023-04-05 13:15:40 +02:00
parent 33fa4a3711
commit e22fef46fb
3 changed files with 4 additions and 14 deletions

View File

@ -6,9 +6,8 @@ discover:
directory: tests
filter: 'tier: 1'
prepare:
how: install
exclude:
- glibc-headers-x86
- glibc-headers-s390
- name: prepare
how: shell
script: ./plans/prepare.sh
execute:
how: beakerlib
how: tmt

View File

@ -1,9 +0,0 @@
summary: Setup task
prepare:
script: ./plans/ci/prepare/prepare.sh
recommend:
- bind-utils
- avahi-tools
- systemtap
- kernel-devel
- kernel-debuginfo