Set up CI gating
This commit is contained in:
parent
0d75d6dc36
commit
3e2d7c350a
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
@ -38,7 +38,7 @@
|
||||
|
||||
Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies
|
||||
Name: %{githubname}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Version: %{githubver}
|
||||
License: BSD
|
||||
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
|
||||
|
||||
%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
|
||||
- RHEL9 release 4.1.0, copied from fedora
|
||||
|
Loading…
Reference in New Issue
Block a user