Change gating tests

We will keep only integration test in the downstream gating
because the main and smoke tests are executed in upstream
PR gating already.
This commit is contained in:
Jan Černý 2024-05-14 11:48:45 +02:00
parent 3231d3c3c2
commit 16ac9f91f7
5 changed files with 8 additions and 12 deletions

View File

@ -3,5 +3,4 @@ product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/main.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/integration.functional}

View File

@ -2,7 +2,7 @@
Name: openscap-report
Version: 0.2.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A tool for generating human-readable reports from (SCAP) XCCDF and ARF results
# The entire source code is LGPL-2.1+ and GPL-2.0+ and MIT except schemas/ and assets/, which are Public Domain
@ -64,6 +64,9 @@ install -m 0644 -Dt %{buildroot}%{_mandir}/man1 _build_docs/oscap-report.1
%changelog
* Tue May 14 2024 Jan Černý <jcerny@redhat.com> - 0.2.9-2
- Change gating tests
* Mon May 13 2024 Jan Černý <jcerny@redhat.com> - 0.2.9-1
- Update to the latest upstream release

View File

@ -1,6 +1,8 @@
summary: Test integration with latest versions of content
discover+:
filter: tag:integration
discover:
how: fmf
url: https://github.com/OpenSCAP/openscap-report.git
filter: tag:integration
provision:
memory: 4096
prepare:

View File

@ -1,5 +0,0 @@
execute:
how: tmt
discover:
how: fmf
url: https://github.com/OpenSCAP/openscap-report.git

View File

@ -1,3 +0,0 @@
summary: Basic simple tests
discover+:
filter: tier:0