added gating.yaml, plans and separate results

This commit is contained in:
Vaclav Danek 2025-08-01 09:23:29 +02:00
parent 318c1c2dab
commit fbd503f1c4
3 changed files with 23 additions and 10 deletions

11
ci.fmf
View File

@ -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

7
gating.yaml Normal file
View File

@ -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}

15
plans.fmf Normal file
View File

@ -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