From df9905f8d563e9bf1fe0aad64267dbef97ba85ac Mon Sep 17 00:00:00 2001 From: Vaclav Danek Date: Tue, 16 Sep 2025 22:39:51 +0200 Subject: [PATCH] updated gating --- ci.fmf | 2 ++ gating.yaml | 2 +- plans.fmf | 5 +++++ plans/tier1-internal.fmf | 10 ---------- 4 files changed, 8 insertions(+), 11 deletions(-) create mode 100644 ci.fmf create mode 100644 plans.fmf delete mode 100644 plans/tier1-internal.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..da04079 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +resultsdb-testcase: separate + diff --git a/gating.yaml b/gating.yaml index 4ca9235..c83a55a 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.tier0.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..cd5ff20 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,5 @@ +/gating-rhel: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/mysql + name: /plans/versioned/mysql8.4 diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index 33ad904..0000000 --- a/plans/tier1-internal.fmf +++ /dev/null @@ -1,10 +0,0 @@ -summary: Internal Tier1 tests plan -discover: - how: fmf - filter: 'tier: 1' - url: https://pkgs.devel.redhat.com/git/tests/mysql -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream or distro == fedora