From 324ced47147d7a4c14113227c57c3ca6508aafc9 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:53:43 +0200 Subject: [PATCH] containernetworking-plugins-1.0.1-2.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 6f9fff4..e933d74 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: 1%{?dist} +Release: 2%{?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 +* Wed Sep 29 2021 Jindrich Novy - 1.0.1-2 +- add gating.yaml +- Related: #2000051 + * Wed Sep 08 2021 Jindrich Novy - 1.0.1-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.0.1 - Related: #2000051 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..e49fcf1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}