From 03f19847d316379ce047ebf984683eac5a7cf7ec Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Thu, 16 May 2024 12:14:53 +0200 Subject: [PATCH] fix gating.yaml Related: RHEL-27988 --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 2 +- ongres-stringprep.spec | 5 ++++- plans/tier1-internal.fmf | 10 ++++++++++ 5 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/tier1-internal.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 3442642..d9d641e 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: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/ongres-stringprep.spec b/ongres-stringprep.spec index 685ff39..339dc62 100644 --- a/ongres-stringprep.spec +++ b/ongres-stringprep.spec @@ -2,7 +2,7 @@ Name: ongres-%upstream_name Version: 1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: RFC 3454 Preparation of Internationalized Strings in pure Java License: BSD-2-Clause AND Apache-2.0 URL: https://github.com/ongres/%upstream_name @@ -59,6 +59,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %license LICENSE %changelog +* Thu May 16 2024 Zuzana Miklankova - 1.1-12 +- bump release for rebuild with gating.yaml + * Mon Mar 04 2024 Yaakov Selkowitz - 1.1-11 - Move velocity-2 dependencies to codegenerator diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..1298b1f --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,10 @@ +summary: Internal Tier1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/postgresql-jdbc +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora