From debd00b0bf1ef839e0db52d3e8c62ebe3a1ac3ee Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:49:29 +0200 Subject: [PATCH] conmon-2.0.30-2.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- conmon.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/conmon.spec b/conmon.spec index b6cfb79..87c6f23 100644 --- a/conmon.spec +++ b/conmon.spec @@ -12,7 +12,7 @@ Name: conmon Epoch: 2 Version: 2.0.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Wed Sep 29 2021 Jindrich Novy - 2:2.0.30-2 +- add gating.yaml +- Related: #2000051 + * Thu Sep 23 2021 Jindrich Novy - 2:2.0.30-1 - update to https://github.com/containers/conmon/releases/tag/v2.0.30 - Related: #2000051 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..e49fcf1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}