From 93df896049307e8c7c15263f817d43d65d775e07 Mon Sep 17 00:00:00 2001 From: Vaclav Danek Date: Wed, 17 Sep 2025 08:33:22 +0200 Subject: [PATCH] updated plans to handle multiple plans --- gating.yaml | 2 +- plans.fmf | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index c83a55a..0bd4969 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-gating.functional} diff --git a/plans.fmf b/plans.fmf index f0ca0ff..f6b8b17 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,5 +1,10 @@ -/gating-rhel: +/rhel-gating: plan: import: url: https://pkgs.devel.redhat.com/git/tests/mysql - name: /plans/versioned/mysql84 + name: /plans/versioned/mysql84/gating +/rhel-no-gating: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/mysql + name: /plans/versioned/mysql84/no-gating