Add gating tests (for RHEL 9)

(cherry picked from commit 9e0fd61654)

resolves: rhbz#1950629
This commit is contained in:
Richard W.M. Jones 2021-06-02 11:13:10 +01:00
parent 30dad0db74
commit cbafa06f36
2 changed files with 10 additions and 1 deletions

6
gating.yaml Executable file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional}

View File

@ -26,7 +26,7 @@
Summary: Tools to access and modify virtual machine disk images
Name: guestfs-tools
Version: 1.46.1
Release: 3%{?dist}
Release: 3%{?dist}.1
License: GPLv2+
# Build only for architectures that have a kernel
@ -416,6 +416,9 @@ end
%changelog
* Wed Jun 2 2021 Richard W.M. Jones <rjones@redhat.com> - 1.46.1-3.el9.1
- Add gating tests (for RHEL 9)
* Mon May 17 2021 Richard W.M. Jones <rjones@redhat.com> - 1.46.1-3
- Fix virt-win-reg --version
resolves: rhbz#1961160