From 97fa520220580c253e0d772e75f0cdd02ab9c671 Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Tue, 25 Jun 2024 14:04:12 +0200 Subject: [PATCH] add gating for RHEL-10 --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 7 +++++++ plans/ci.fmf | 23 +++++++++++++++++++++++ 4 files changed, 32 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..88beae7 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..7298fc0 --- /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.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..983f686 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,23 @@ +/fips-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-disabled + +/fips-disabled-buildroot: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-disabled-buildroot + +/fips-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-enabled + +/fips-enabled-buildroot: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-enabled-buildroot