From 74174e6c126a3025643ed59f0d568ca09cc96e0f Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Wed, 16 Apr 2025 17:01:10 +0200 Subject: [PATCH] plans: migrate gating to fmf format --- ci.fmf | 1 + gating.yaml | 7 ++++--- plans/ci.fmf | 30 ++++++++---------------------- 3 files changed, 13 insertions(+), 25 deletions(-) create mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 981c1f7..611de47 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,7 +3,8 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.userspace-fips-mode.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-disabled-buildroot-enabled.functional} + - !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} diff --git a/plans/ci.fmf b/plans/ci.fmf index bdb273c..e241f67 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,40 +1,26 @@ -/fips-disabled-tier1: +/fips-disabled-buildroot-disabled: plan: import: 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: import: 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: import: 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: import: url: https://pkgs.devel.redhat.com/git/tests/openssl - name: /Plans/ci/fips-enabled-tier1 - - -/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 + name: /Plans/ci/fips-disabled-buildroot-disabled