- add gating.yaml (bug 1951393).

This commit is contained in:
Ian Kent 2021-06-23 10:22:36 +08:00
parent 9902095ec9
commit 1840dcb866
2 changed files with 12 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.1.7
Release: 18%{?dist}
Release: 19%{?dist}
Epoch: 1
License: GPLv2+
Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-2.tar.gz
@ -350,6 +350,11 @@ fi
%dir /etc/auto.master.d
%changelog
* Wed Jun 23 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19
- bz1951393 - add gating.yaml for CI testing
- add gating.yaml.
- Resolves: rhbz#1951393
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065

6
gating.yaml Normal file
View File

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