From da7ec53c916b0d09d70cf16bb1b81166b455996e Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 25 Apr 2023 16:40:48 -0400 Subject: [PATCH] Revise gating.yaml so that the phantom tier0 test becomes real --- gating.yaml | 2 +- python-dbus-python-client-gen.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 8f068c3..cc24e2b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,4 +5,4 @@ decision_contexts: - bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/unit.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/python-dbus-python-client-gen.spec b/python-dbus-python-client-gen.spec index 26bc7fd..b110133 100644 --- a/python-dbus-python-client-gen.spec +++ b/python-dbus-python-client-gen.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.8.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Library for Generating dbus-python Client Code License: MPL-2.0 @@ -42,6 +42,9 @@ Python 3 version. %{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %changelog +* Tue Apr 25 2023 mulhern - 0.8.2-6 +- Revise gating.yaml so that the phantom tier0 test becomes real + * Tue Apr 25 2023 mulhern - 0.8.2-5 - Rebuild again to see if tier0 test continues to appear