diff --git a/gating.yaml b/gating.yaml index ef0472f..d03033c 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,5 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-gating.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/centos-stream} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/centos-stream-galera} + diff --git a/plans.fmf b/plans.fmf index c551275..f86a978 100644 --- a/plans.fmf +++ b/plans.fmf @@ -17,3 +17,12 @@ import: url: https://gitlab.com/redhat/centos-stream/tests/mariadb name: /plans/versioned/base-package + +/centos-stream-galera: + environment: + BUILD_PACKAGE: mariadb-server + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/mariadb + name: /plans/versioned/galera-single-host +