From 908ff79247d7691469ad3c1c32205bdca333455f Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Fri, 26 Sep 2025 22:09:58 +0200 Subject: [PATCH 1/2] Rework of the gating configuration (PTG-643) --- ci.fmf | 6 ++++++ gating.yaml | 2 +- plans/gating.fmf | 7 ------- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 plans/gating.fmf diff --git a/ci.fmf b/ci.fmf index 24f8837..83a8707 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,2 +1,8 @@ --- resultsdb-testcase: separate + +/gating: + plan: + import: + name: /plans/gating + url: https://gitlab.com/redhat/centos-stream/tests/grafana.git diff --git a/gating.yaml b/gating.yaml index 116ac6c..da001b8 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,4 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./gating.functional} diff --git a/plans/gating.fmf b/plans/gating.fmf deleted file mode 100644 index 5b0d2a0..0000000 --- a/plans/gating.fmf +++ /dev/null @@ -1,7 +0,0 @@ -summary: CI Gating Plan -discover: - how: fmf - filter: tag:gating - url: https://src.fedoraproject.org/tests/grafana -execute: - how: tmt From b522d53d47c9a11e442dffd00ca21779a78c3803 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Wed, 15 Oct 2025 10:34:23 +0200 Subject: [PATCH 2/2] Use default gating config --- ci.fmf | 3 --- gating.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ci.fmf b/ci.fmf index 83a8707..1418a0c 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,6 +1,3 @@ ---- -resultsdb-testcase: separate - /gating: plan: import: diff --git a/gating.yaml b/gating.yaml index da001b8..282e16b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,4 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./gating.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}