From 799f014f99401bec5488c4022d27d47d6d016686 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Fri, 26 Sep 2025 09:26:33 +0200 Subject: [PATCH] Rework of the gating configuration (PTG-643) --- ci.fmf | 18 ++++++++++++++++++ gating.yaml | 7 ++----- plans/gating.fmf | 6 ------ 3 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 ci.fmf delete mode 100644 plans/gating.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..3841cb6 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,18 @@ +--- +resultsdb-testcase: separate + +/gating/public: + plan: + import: + name: /plans/gating + url: https://gitlab.com/redhat/centos-stream/tests/HdrHistogram_c.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/HdrHistogram_c.git diff --git a/gating.yaml b/gating.yaml index daffe28..e1561e1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,9 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - 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