Enable RHEL CI for c9s

This commit is contained in:
aprikryl 2025-02-06 15:56:41 +01:00
parent 1b623e152f
commit b9a8a5bad3
3 changed files with 18 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

16
ci_tests.fmf Normal file
View File

@ -0,0 +1,16 @@
/e2e:
plan:
import:
url: https://github.com/RedHat-SP-Security/rsyslog-plans.git
name: /generic/e2e_ci
/rpmverify:
summary: rpmverify test
execute:
how: tmt
discover:
- name: test
how: shell
tests:
- name: rpmverify
test: 'rpmverify $(rpm -qa | grep liblognorm)'
duration: 2m

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}