Update gating (tier0) configuration

- Update outdated FMF/TMT constructs
- Simplify tier0 testing, component rebuilds are an overkill
  in tier0
This commit is contained in:
Václav Kadlčík 2024-12-06 14:37:34 +01:00
parent 14c898191c
commit 1d8b8e7913
2 changed files with 15 additions and 19 deletions

30
ci.fmf
View File

@ -1,19 +1,11 @@
/test: summary: tier0 test plan
summary: discover:
CI plan how: fmf
description: execute:
CI plan how: tmt
discover: prepare+:
- name: ltrace_smoke - how: shell
how: fmf script:
test: ["/Sanity/testsuite"] - dnf config-manager --set-enabled '*CRB' || true
url: "https://src.fedoraproject.org/rpms/ltrace.git" - dnf config-manager --set-enabled '*crb' || true
- name: memstomp_smoke - dnf config-manager --set-enabled '*codeready*' || true
how: fmf
test: ["/Sanity/memstomp-testsuite"]
url: "https://src.fedoraproject.org/rpms/memstomp.git"
- name: local_tests
how: fmf
directory: tests
execute:
how: tmt

View File

@ -0,0 +1,4 @@
summary: the binary runs and know the --version option
require: dejagnu
test: dejagnu --version
duration: 5m