Revise gating.yaml so that the phantom tier0 test becomes real

This commit is contained in:
mulhern 2023-04-25 16:40:48 -04:00
parent 5431994171
commit da7ec53c91
2 changed files with 5 additions and 2 deletions

View File

@ -5,4 +5,4 @@ decision_contexts:
- bodhi_update_push_stable - bodhi_update_push_stable
subject_type: koji_build subject_type: koji_build
rules: rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/unit.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.8.2 Version: 0.8.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Python Library for Generating dbus-python Client Code Summary: Python Library for Generating dbus-python Client Code
License: MPL-2.0 License: MPL-2.0
@ -42,6 +42,9 @@ Python 3 version.
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %{python3_sitelib}/dbus_python_client_gen-*.egg-info/
%changelog %changelog
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-6
- Revise gating.yaml so that the phantom tier0 test becomes real
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-5 * Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-5
- Rebuild again to see if tier0 test continues to appear - Rebuild again to see if tier0 test continues to appear