container-tools-1-5.el9

- modify gating.yaml according to the development guide
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-09-30 13:39:02 +02:00
parent abe713a122
commit 79aa802132
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: container-tools
Version: 1
Release: 4%{?dist}
Release: 5%{?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
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-5
- modify gating.yaml according to the development guide
- Related: #2000051
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1-4
- add gating.yaml
- Related: #2000051

View File

@ -4,4 +4,4 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}