From dcfdb6fd688f88887871b5e921343822d9493c2f Mon Sep 17 00:00:00 2001 From: Milan Lysonek Date: Wed, 7 Aug 2024 10:12:11 +0200 Subject: [PATCH] Switch gating to tmt Resolves: RHEL-43243 --- .fmf/version | 1 + gating.yaml | 3 +-- plans/ci.fmf | 6 ++++++ scap-security-guide.spec | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .fmf/version 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/gating.yaml b/gating.yaml index 7cd5018..451a15d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !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/tier1.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..70ae296 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,6 @@ +summary: CI test plan +/tier1: + plan: + import: + url: https://github.com/RHSecurityCompliance/contest.git + name: /plans/gating-ci diff --git a/scap-security-guide.spec b/scap-security-guide.spec index bd1bc4c..e44388f 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -6,7 +6,7 @@ Name: scap-security-guide Version: 0.1.73 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause URL: https://github.com/ComplianceAsCode/content/ @@ -97,6 +97,9 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog +* Wed Aug 07 2024 Milan Lysonek - 0.1.73-2 +- Switch gating to tmt plan (RHEL-43243) + * Mon May 20 2024 Vojtech Polasek - 0.1.73-1 - Rebase to a new upstream release 0.1.73 (RHEL-36663) - Correctly parse sudo options even if they are not quoted (RHEL-31976)