From 702a8a14ca0be4f5aac83aad9bf4ff4a4f52464a Mon Sep 17 00:00:00 2001 From: Vaclav Danek Date: Wed, 21 Aug 2024 10:42:21 +0200 Subject: [PATCH] added gating --- gating.yaml | 7 +++++++ plans/tier1-internal.fmf | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gating.yaml create mode 100644 plans/tier1-internal.fmf diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..7da9094 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +#gating rhel +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..9858f3e --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,10 @@ +summary: internal tier 1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/libecpg +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora