From 737e8fe18bfa156bcc81203a8996331d7ce6baa0 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 24 May 2022 11:05:56 +0200 Subject: [PATCH] Update gating.yaml Related: #2089418 --- boom-boot.spec | 5 ++++- gating.yaml | 6 ++++++ tests/tests.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 gating.yaml diff --git a/boom-boot.spec b/boom-boot.spec index 3be6abc..e5f48eb 100644 --- a/boom-boot.spec +++ b/boom-boot.spec @@ -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 1.4-2 +- Update gating.yaml. + * Mon May 23 2022 Marian Csontos 1.4-1 - Update to release 1.4. diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..315ec0f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml index 5a3e264..69036c4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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;