diff --git a/gating.yaml b/gating.yaml index c190bde..d669bef 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,6 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-centos.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional} + diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..8bd8d87 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,11 @@ +/gating-centos: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/sqlite.git + name: /plans/gating +/gating-rhel: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/sqlite + name: /plans/gating +