From 62fd60fa413a70f6ea98b7a2a33c34abcdad5115 Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Wed, 7 Aug 2024 15:58:44 +0200 Subject: [PATCH] Add RHEL-10 CI and gating configuration --- .fmf/version | 1 + ci.fmf | 2 ++ gating.yaml | 7 +++++++ plans/ci.fmf | 11 +++++++++++ 4 files changed, 21 insertions(+) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 gating.yaml 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..da04079 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +resultsdb-testcase: separate + diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ce8b1bf --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled-buildroot-enabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled-buildroot-disabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..87940da --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,11 @@ +/fips-disabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/pkcs11-provider + name: /plans/ci/fips-disabled-buildroot-disabled + +/fips-disabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/pkcs11-provider + name: /plans/ci/fips-disabled-buildroot-enabled