Use imported test plans

This commit is contained in:
Branislav Náter 2026-06-05 21:55:23 +02:00
parent 0a8bf78b17
commit dc02b87335
3 changed files with 18 additions and 4 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -3,8 +3,5 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}

16
plans.fmf Normal file
View File

@ -0,0 +1,16 @@
/public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/httpd.git
name: "^/plans/all$"
/internal:
adjust:
- enabled: false
when: distro == centos-stream-9
because: "These tests should not run on CentOS Stream 9"
plan:
import:
url: https://gitlab.com/redhat/rhel/tests/httpd.git
name: "^/plans/mod_http2/(appstream|crb)$"
scope: all-plans