[ci] Configure CI tests and gating.yaml

Resolves: RHEL-38911

Signed-off-by: Karel Srot <ksrot@redhat.com>
This commit is contained in:
Karel Srot 2024-05-28 09:29:04 +02:00
parent 9354f348b3
commit 564d535ff8
3 changed files with 23 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

16
ci.fmf Normal file
View File

@ -0,0 +1,16 @@
/keylime-e2e:
plan:
import:
url: https://github.com/RedHat-SP-Security/keylime-plans.git
name: /generic/minimal-e2e
/internal-sanity:
enabled: false
adjust:
- when: distro == rhel
enabled: true
plan:
import:
url: https://gitlab.cee.redhat.com/special-projects/tests/python-sqlalchemy.git
name: /Plans/sanity

6
gating.yaml Normal file
View File

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