From 4472fabd9633d6acaa45bbee940ecf17b0d9d304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jitka=20Plesn=C3=ADkov=C3=A1?= Date: Thu, 13 Aug 2026 16:02:22 +0200 Subject: [PATCH] Add plans for internal tests --- gating.yaml | 3 +-- plans/internal.fmf | 12 ++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 plans/internal.fmf diff --git a/gating.yaml b/gating.yaml index 805e877..96ce467 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !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..886eb19 --- /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 pipline +discover: + - name: rhel + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/perl-Date-Manip +execute: + how: tmt \ No newline at end of file