RHEL CI and gating configuration

Resolves: RHEL-41009
This commit is contained in:
Stanislav Zidek 2024-07-04 11:51:10 +02:00
parent ede9b39c1d
commit ece7b18cc4
5 changed files with 33 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

7
gating.yaml Normal file
View File

@ -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}

View File

@ -588,6 +588,7 @@ done
* Thu Jul 04 2024 Stanislav Zidek <szidek@redhat.com> - 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 <szidek@redhat.com> - 4.4.36-8
- Bumped version not to clash with previous bad build.

23
plans/ci.fmf Normal file
View File

@ -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