Migrate gating to fmf format

This commit is contained in:
George Pantelakis 2025-03-06 17:43:24 +01:00
parent b331431a98
commit f1635cef2c
3 changed files with 13 additions and 10 deletions

1
ci.fmf Normal file
View File

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

View File

@ -3,5 +3,7 @@ product_versions:
- rhel-8 - rhel-8
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional}

View File

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