diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index 5ac9fdb..1b05fbc 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..5c89ce0 --- /dev/null +++ b/plans.fmf @@ -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