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