From d83f4221670924c2378bb8cd46cedd85ff04d73f Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Thu, 26 Jun 2025 19:33:32 +0200 Subject: [PATCH] Switch to OSCI --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 5 ++--- plans/ci.fmf | 11 +++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 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 287ae66..aa65a85 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,7 +3,6 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.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: manual.sst_security_crypto.ca-certificates.streamspreadprevent} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..0ba6c05 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,11 @@ +/fips-disabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/ca-certificates + name: /plans/ci/fips-disabled-buildroot-disabled + +/fips-disabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/ca-certificates + name: /plans/ci/fips-disabled-buildroot-enabled