fix gating.yaml
Related: RHEL-27988
This commit is contained in:
parent
f9d2640f29
commit
03f19847d3
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
@ -3,4 +3,4 @@ product_versions:
|
|||||||
- rhel-10
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ongres-%upstream_name
|
Name: ongres-%upstream_name
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: RFC 3454 Preparation of Internationalized Strings in pure Java
|
Summary: RFC 3454 Preparation of Internationalized Strings in pure Java
|
||||||
License: BSD-2-Clause AND Apache-2.0
|
License: BSD-2-Clause AND Apache-2.0
|
||||||
URL: https://github.com/ongres/%upstream_name
|
URL: https://github.com/ongres/%upstream_name
|
||||||
@ -59,6 +59,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 16 2024 Zuzana Miklankova <zmiklank@redhat.com> - 1.1-12
|
||||||
|
- bump release for rebuild with gating.yaml
|
||||||
|
|
||||||
* Mon Mar 04 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1-11
|
* Mon Mar 04 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1-11
|
||||||
- Move velocity-2 dependencies to codegenerator
|
- Move velocity-2 dependencies to codegenerator
|
||||||
|
|
||||||
|
10
plans/tier1-internal.fmf
Normal file
10
plans/tier1-internal.fmf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user