From fbd503f1c40b1a59d1927dbc5f429f077e05fd0e Mon Sep 17 00:00:00 2001 From: Vaclav Danek Date: Fri, 1 Aug 2025 09:23:29 +0200 Subject: [PATCH] added gating.yaml, plans and separate results --- ci.fmf | 11 +---------- gating.yaml | 7 +++++++ plans.fmf | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 gating.yaml create mode 100644 plans.fmf diff --git a/ci.fmf b/ci.fmf index 2d1ee77..c5aa0e0 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,10 +1 @@ -/test: - summary: - Basic set of quick tests for gdbm. - discover: - - name: fedora - how: fmf - url: "https://src.fedoraproject.org/tests/gdbm.git" - ref: main - execute: - how: tmt +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b55ea0a --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier2-internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..1709a0f --- /dev/null +++ b/plans.fmf @@ -0,0 +1,15 @@ +/tier1-internal: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/gdbm + name: /plans/tier1 +/tier2-internal: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/gdbm + name: /plans/tier2 +/tier3-internal: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/gdbm + name: /plans/tier3