From 3e12f1b047b8662ac1821d8a0beb6ce241db04fe Mon Sep 17 00:00:00 2001 From: Daniel Handzus Date: Wed, 22 Jul 2026 10:02:13 +0200 Subject: [PATCH] FUCS Improvement - remove Fedora URLs - Remove unused tests pointing to old Fedora URL to improve FUCS - Use valid gating tests instead --- ci.fmf | 11 ----------- gating.yaml | 2 +- plans/tier1-internal.fmf | 7 +++++++ 3 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 ci.fmf create mode 100644 plans/tier1-internal.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index 2eab7b6..0000000 --- a/ci.fmf +++ /dev/null @@ -1,11 +0,0 @@ -summary: Tier tests -discover: - how: fmf - # using temporary location before the test is merged - #repository: git://pkgs.devel.redhat.com/tests/micropipenv - #ref: master - repository: https://src.fedoraproject.org/forks/hhorak/tests/postgresql.git - ref: add-libecpg - filter: 'tag:libecpg' -execute: - how: tmt diff --git a/gating.yaml b/gating.yaml index 648918d..f7de446 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..d2a9869 --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,7 @@ +summary: CentOS gating plan +discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/libecpg + test: /Sanity/libecpg +execute: + how: tmt