Enable gating Resolves: RHEL-37145

This commit is contained in:
alakatos 2024-05-20 08:57:00 +02:00
parent 1e6869a681
commit 13aa51886a
3 changed files with 24 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
ci.fmf Normal file
View File

@ -0,0 +1,14 @@
/e2e_ci:
plan:
import:
url: https://github.com/RedHat-SP-Security/rsyslog-plans.git
name: /generic/e2e_ci
#/package-update:
#Need to be done
/rpmverify:
plan:
import:
url: https://github.com/RedHat-SP-Security/rsyslog-plans.git
name: /generic/rpmverify

9
gating.yaml Normal file
View File

@ -0,0 +1,9 @@
---
!Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {
test_case_name: osci.brew-build.tier0.functional,
}