From 8e2b68b7bd8f8a2320f3fa250341b5b57a50910d Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 12 Aug 2024 20:08:23 +0200 Subject: [PATCH] Add gating configuration Resolves: RHEL-52098 --- gating.yaml | 6 ++++++ plans.fmf | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 gating.yaml create mode 100644 plans.fmf diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ea3831d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !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.fmf b/plans.fmf new file mode 100644 index 0000000..76780a4 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,10 @@ +/tier1-internal: + discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/biosdevname + filter: 'tier: 1' + execute: + how: tmt + adjust: + enabled: false + when: distro == centos-stream or distro == fedora