Test different decision_context in gating.yaml
This commit is contained in:
parent
5ae564c1ba
commit
c418c69d78
@ -12,7 +12,7 @@
|
||||
|
||||
Name: criu
|
||||
Version: 3.12
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Provides: crtools = %{version}-%{release}
|
||||
Obsoletes: crtools <= 1.0-2
|
||||
Summary: Tool for Checkpoint/Restore in User-space
|
||||
@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2019 Adrian Reber <adrian@lisas.de> - 3.12-11
|
||||
- Test different decision_context in gating.yaml
|
||||
|
||||
* Mon May 13 2019 Adrian Reber <adrian@lisas.de> - 3.12-10
|
||||
- Added additional fixup patches for the socket labelling
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
decision_context:
|
||||
- bodhi_update_push_testing
|
||||
- bodhi_update_push_stable
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user