From c7d7dcef4d8e5055c4a2a72a6b3dc4b9aeef935e Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 1 Oct 2021 12:36:07 +0200 Subject: [PATCH] containers-common-1-8.el9 - perform only sanity/installability tests for now - Related: #2000051 Signed-off-by: Jindrich Novy --- containers-common.spec | 6 +++++- gating.yaml | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index a51d289..4f0771e 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -13,7 +13,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildArch: noarch @@ -161,6 +161,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Fri Oct 01 2021 Jindrich Novy - 2:1-8 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 2:1-7 - update to the new vendored components - Related: #2000051 diff --git a/gating.yaml b/gating.yaml index e49fcf1..dfc23d3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +rules: []