Initial CI and gating setup for RHEL-10

This commit is contained in:
Alexander Sosedkin 2024-10-04 16:58:22 +02:00
parent 5b20ce0807
commit b6351329ab
4 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/buildroot-disabled.functional}

11
plans/ci.fmf Normal file
View File

@ -0,0 +1,11 @@
/buildroot-disabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/libtasn1
name: /plans/ci/buildroot-disabled
/buildroot-enabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/libtasn1
name: /plans/ci/buildroot-enabled