From 3e2d7c350aec5d7592f264e7a4467e63eba76927 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 9 Jun 2021 14:00:43 +0000 Subject: [PATCH] Set up CI gating --- gating.yaml | 6 ++++++ intel-cmt-cat.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c190bde --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec index 0ef793e..5c0af0d 100644 --- a/intel-cmt-cat.spec +++ b/intel-cmt-cat.spec @@ -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 - 4.1.0-2 +- CI gating related NVR bump and rebuild + * Sun May 02 2021 Jiri Olsa - 4.1.0-1 - RHEL9 release 4.1.0, copied from fedora