From 3316443012f13e63510dcaad89405f58584797c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jitka=20Plesn=C3=ADkov=C3=A1?= Date: Wed, 17 Jun 2026 14:31:40 +0200 Subject: [PATCH] Add gating configuration --- .fmf/version | 1 + gating.yaml | 7 +++++++ plans/internal.fmf | 12 ++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/internal.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..fe98957 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# RHEL +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} \ No newline at end of file diff --git a/plans/internal.fmf b/plans/internal.fmf new file mode 100644 index 0000000..ecd76cd --- /dev/null +++ b/plans/internal.fmf @@ -0,0 +1,12 @@ +summary: Private (RHEL) beakerlib tests +enabled: false +adjust: + - when: distro == rhel + enabled: true + because: private tests are accesible only within rhel pipeline +discover: + - name: rhel + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/perl-HTTP-Daemon +execute: + how: tmt \ No newline at end of file