From abe713a1229887d4f674c84bd96fcd1a62415301 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:52:54 +0200 Subject: [PATCH] container-tools-1-4.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- container-tools.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/container-tools.spec b/container-tools.spec index 3b6ac3e..7238a11 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -1,6 +1,6 @@ Name: container-tools Version: 1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. License: MIT BuildArch: noarch @@ -45,6 +45,10 @@ This package contains system tests for %{name}. %files tests %changelog +* Wed Sep 29 2021 Jindrich Novy - 1-4 +- add gating.yaml +- Related: #2000051 + * Thu Sep 23 2021 Jindrich Novy - 1-3 - fix dependency on podman - 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}