From d260e9290fb07e2666522b2f5ace0fbaa6ef97e9 Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Mon, 3 Mar 2025 22:33:19 +0100 Subject: [PATCH] Enable OSCI gating (RHEL-8) Signed-off-by: Ondrej Moris --- ci.fmf | 2 ++ gating.yaml | 7 ++++--- plans/ci.fmf | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..da04079 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +resultsdb-testcase: separate + diff --git a/gating.yaml b/gating.yaml index f181be7..93ed9af 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,6 +3,7 @@ product_versions: - rhel-8 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-enabled.functional} + - !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} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..79cb9d6 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,23 @@ +/fips-disabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/crypto-policies + name: /plans/ci/fips-disabled-buildroot-disabled + +/fips-disabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/crypto-policies + name: /plans/ci/fips-disabled-buildroot-enabled + +/fips-enabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/crypto-policies + name: /plans/ci/fips-enabled-buildroot-disabled + +/fips-enabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/crypto-policies + name: /plans/ci/fips-enabled-buildroot-enabled