From 75e4b098473285b9cd59b6915a9a87e54b0c1747 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 08:53:06 +0200 Subject: [PATCH] containers-common-1-6.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- containers-common.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/containers-common.spec b/containers-common.spec index 92fd4d7..2dc8801 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -13,7 +13,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildArch: noarch @@ -161,6 +161,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Wed Sep 29 2021 Jindrich Novy - 2:1-6 +- add gating.yaml +- Related: #2000051 + * Fri Sep 24 2021 Jindrich Novy - 2:1-5 - update to the new vendored components - 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}