From 358090a1b9f7e3ed646f5072e47606b0098d3410 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 1 Oct 2021 12:35:02 +0200 Subject: [PATCH] containernetworking-plugins-1.0.1-3.el9 - perform only sanity/installability tests for now - Related: #2000051 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 6 +++++- gating.yaml | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index e933d74..852046a 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: containernetworking-plugins Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -127,6 +127,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Fri Oct 01 2021 Jindrich Novy - 1.0.1-3 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 1.0.1-2 - add gating.yaml - 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: []