Set up CI gating

This commit is contained in:
Martin Cermak 2021-06-09 14:00:43 +00:00
parent 0d75d6dc36
commit 3e2d7c350a
2 changed files with 10 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -38,7 +38,7 @@
Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies
Name: %{githubname} Name: %{githubname}
Release: 1%{?dist} Release: 2%{?dist}
Version: %{githubver} Version: %{githubver}
License: BSD License: BSD
ExclusiveArch: x86_64 i686 i586 ExclusiveArch: x86_64 i686 i586
@ -169,5 +169,8 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
%doc %{_usrsrc}/%{githubfull}/LICENSE %doc %{_usrsrc}/%{githubfull}/LICENSE
%changelog %changelog
* Wed Jun 09 2021 Martin Cermak <mcermak@redhat.com> - 4.1.0-2
- CI gating related NVR bump and rebuild
* Sun May 02 2021 Jiri Olsa <jolsa@kernel.org> - 4.1.0-1 * Sun May 02 2021 Jiri Olsa <jolsa@kernel.org> - 4.1.0-1
- RHEL9 release 4.1.0, copied from fedora - RHEL9 release 4.1.0, copied from fedora