From ece7b18cc4692af7e4c48dddbca4dc25d3359cde Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Thu, 4 Jul 2024 11:51:10 +0200 Subject: [PATCH] RHEL CI and gating configuration Resolves: RHEL-41009 --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 7 +++++++ libxcrypt.spec | 1 + plans/ci.fmf | 23 +++++++++++++++++++++++ 5 files changed, 33 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..389957d --- /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./plans/ci/fips-disabled-buildroot-enabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional} diff --git a/libxcrypt.spec b/libxcrypt.spec index 7aedd76..14ab9d1 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -588,6 +588,7 @@ done * Thu Jul 04 2024 Stanislav Zidek - 4.4.36-9 + libxcrypt-4.4.36-9 - Added back -compat package for RHEL 10 (final) +- CI and gating for RHEL 10 * Thu Jul 04 2024 Stanislav Zidek - 4.4.36-8 - Bumped version not to clash with previous bad build. diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..2401de3 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,23 @@ +/fips-disabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libxcrypt + name: /plans/ci/fips-disabled-buildroot-disabled + +/fips-disabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libxcrypt + name: /plans/ci/fips-disabled-buildroot-enabled + +/fips-enabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libxcrypt + name: /plans/ci/fips-enabled-buildroot-disabled + +/fips-enabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libxcrypt + name: /plans/ci/fips-enabled-buildroot-enabled