Add RHEL-10 tmt CI and populate gating.yaml

This commit is contained in:
George Pantelakis 2024-06-18 16:08:17 +02:00
parent 815bd92682
commit b7a696fcdf
3 changed files with 27 additions and 1 deletions

1
ci.fmf Normal file
View File

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

View File

@ -2,4 +2,6 @@
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules: []
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled-buildroot.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled.functional}

23
plans/ci.fmf Normal file
View File

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