From a510e7b8191f3d955117ee7b5094c8d6015ab47c Mon Sep 17 00:00:00 2001 From: Ales Nezbeda Date: Mon, 19 May 2025 11:23:01 +0200 Subject: [PATCH] Add gating yaml and test plans Resolves: RHEL-85229 --- ci.fmf | 2 ++ gating.yaml | 6 ++++++ plans/internal.fmf | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 ci.fmf create mode 100644 gating.yaml create mode 100644 plans/internal.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..da04079 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +resultsdb-testcase: separate + diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c656b91 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.installability.functional} diff --git a/plans/internal.fmf b/plans/internal.fmf new file mode 100644 index 0000000..fadea01 --- /dev/null +++ b/plans/internal.fmf @@ -0,0 +1,10 @@ +summary: Internal tests plan +discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/docbook-utils +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora + because: No access to internal git repositories