From 8ee90cfce83c6f291d9053bd7aec68cf11335cb8 Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Mon, 26 Jan 2026 12:27:01 +0100 Subject: [PATCH] Added the galera single host tests into gating --- gating.yaml | 2 ++ plans.fmf | 9 +++++++++ 2 files changed, 11 insertions(+) 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 +