From a5c098d609645dd412bb2608b650e070467c80f1 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Fri, 26 Sep 2025 13:50:28 +0200 Subject: [PATCH] Rework of the gating configuration (PTG-643) --- ci.fmf | 16 ++++++++++++++++ gating.yaml | 5 +---- plans/gating.fmf | 6 ------ 3 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 plans/gating.fmf diff --git a/ci.fmf b/ci.fmf index 24f8837..4a497cd 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,2 +1,18 @@ --- resultsdb-testcase: separate + +/gating/public: + plan: + import: + name: /plans/gating + url: https://gitlab.com/redhat/centos-stream/tests/python-jsonpointer.git + +/gating/private: + enabled: false + adjust: + - when: distro == rhel + enabled: true + plan: + import: + name: /plans/gating + url: https://gitlab.cee.redhat.com/toolchain-qe/tests/python-jsonpointer.git diff --git a/gating.yaml b/gating.yaml index b64b4f5..e1561e1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,7 +3,4 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-aarch64.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-ppc64le.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-s390x.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./ci/gating.functional} diff --git a/plans/gating.fmf b/plans/gating.fmf deleted file mode 100644 index 5ed0c31..0000000 --- a/plans/gating.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: CI Gating Plan -discover: - how: fmf - filter: tag:gating -execute: - how: tmt