plans: migrate gating to fmf format

This commit is contained in:
George Pantelakis 2025-04-16 17:01:10 +02:00 committed by Dmitry Belyavskiy
parent b0cff60812
commit 74174e6c12
3 changed files with 13 additions and 25 deletions

1
ci.fmf Normal file
View File

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

View File

@ -3,7 +3,8 @@ product_versions:
- rhel-9 - rhel-9
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-disabled.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.userspace-fips-mode.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-enabled-buildroot-disabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: manual.sst_security_crypto.openssl.streamspreadprevent} - !PassingTestCaseRule {test_case_name: manual.sst_security_crypto.openssl.streamspreadprevent}

View File

@ -1,40 +1,26 @@
/fips-disabled-tier1: /fips-disabled-buildroot-disabled:
plan: plan:
import: import:
url: https://pkgs.devel.redhat.com/git/tests/openssl url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-tier1 name: /Plans/ci/fips-disabled-buildroot-disabled
/fips-disabled-tier2: /fips-disabled-buildroot-enabled:
plan: plan:
import: import:
url: https://pkgs.devel.redhat.com/git/tests/openssl url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-tier2 name: /Plans/ci/fips-disabled-buildroot-disabled
/fips-disabled-explicitCI: /fips-enabled-buildroot-disabled:
plan: plan:
import: import:
url: https://pkgs.devel.redhat.com/git/tests/openssl url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-explicitCI name: /Plans/ci/fips-disabled-buildroot-disabled
/fips-enabled-tier1: /fips-enabled-buildroot-enabled:
plan: plan:
import: import:
url: https://pkgs.devel.redhat.com/git/tests/openssl url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-enabled-tier1 name: /Plans/ci/fips-disabled-buildroot-disabled
/fips-enabled-tier2:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-enabled-tier2
/fips-enabled-explicitCI:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-enabled-explicitCI