From 79aa8021328c813c302312bf0d1710a0766c3755 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 30 Sep 2021 13:39:02 +0200 Subject: [PATCH] container-tools-1-5.el9 - modify gating.yaml according to the development guide - Related: #2000051 Signed-off-by: Jindrich Novy --- container-tools.spec | 6 +++++- gating.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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}