parent
26ae240a90
commit
737e8fe18b
@ -3,7 +3,7 @@
|
||||
|
||||
Name: boom-boot
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: %{summary}
|
||||
|
||||
License: GPLv2
|
||||
@ -138,6 +138,9 @@ rm doc/conf.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2022 Marian Csontos <mcsontos@redhat.com> 1.4-2
|
||||
- Update gating.yaml.
|
||||
|
||||
* Mon May 23 2022 Marian Csontos <mcsontos@redhat.com> 1.4-1
|
||||
- Update to release 1.4.
|
||||
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -28,7 +28,7 @@
|
||||
(
|
||||
set -xve;
|
||||
|
||||
boom profile list;
|
||||
#boom profile list;
|
||||
boom profile create --name test --short-name test --os-version rhel8 --os-version-id rhel8 --uname-pattern el8;
|
||||
boom profile list;
|
||||
boom entry list;
|
||||
|
Loading…
Reference in New Issue
Block a user