From 314dc933752477ab4912513e15b2e85795566d22 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 7 Apr 2021 10:35:37 +0200 Subject: [PATCH] * Wed Apr 07 2021 Miroslav Rezanina - 20.4-3.el9 - ci-Removing-python-nose-and-python-tox-as-dependency.patch [bz#1916777 bz#1918892] - Resolves: bz#1916777 (cloud-init requires python-nose) - Resolves: bz#1918892 (cloud-init requires tox) --- cloud-init.spec | 11 ++++++++--- gating.yaml | 8 ++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 gating.yaml diff --git a/cloud-init.spec b/cloud-init.spec index 444f519..8e85f0e 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 20.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cloud instance init scripts License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -48,8 +48,6 @@ BuildRequires: python3-jinja2 BuildRequires: python3-jsonpatch BuildRequires: python3-jsonschema BuildRequires: python3-mock -BuildRequires: python3-nose -BuildRequires: python3-tox BuildRequires: python3-oauthlib BuildRequires: python3-prettytable BuildRequires: python3-pyserial @@ -178,6 +176,13 @@ python3 -m pytest tests/unittests %changelog +* Wed Apr 07 2021 Miroslav Rezanina - 20.4-3.el9 +- ci-Removing-python-nose-and-python-tox-as-dependency.patch [bz#1916777 bz#1918892] +- Resolves: bz#1916777 + (cloud-init requires python-nose) +- Resolves: bz#1918892 + (cloud-init requires tox) + * Tue Jan 26 2021 Fedora Release Engineering - 20.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4c0f06e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: 3rd-azure-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: 3rd-esxi-esxi65.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: s1-aws-ci.brew-build.tier1.functional}