diff --git a/container-tools.spec b/container-tools.spec index 7238a11..39e6892 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -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 - 1-5 +- modify gating.yaml according to the development guide +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 1-4 - add gating.yaml - Related: #2000051 diff --git a/gating.yaml b/gating.yaml index e49fcf1..045ec89 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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}