Compare commits

..

4 Commits
c10 ... c10s

Author SHA1 Message Date
Vaclav Danek
d2a480f236 removed filter on tier1 tests 2025-08-01 09:12:08 +02:00
Vaclav Danek
08d80ac8b7 added ci.fmf using resultsdb-testcase: separate 2025-07-30 10:17:51 +02:00
Veronika Kabatova
9610a927d3 Onboard to Konflux RHEL on GitLab
Resolves: RHEL-84822

Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
2025-06-25 15:14:36 +02:00
Pavel Raiskup
2e976b2835 konflux: specify trusted-artifact storage explicitly
Related: RHEL-84822
2025-05-20 11:02:57 +02:00
7 changed files with 24 additions and 2 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored Normal file → Executable file
View File

@ -1 +1 @@
v0.6.2.tar.gz
/v0.6.2.tar.gz

2
ci.fmf Normal file
View File

@ -0,0 +1,2 @@
resultsdb-testcase: separate

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
#gating rhel
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}

6
plans/tier1-public.fmf Normal file
View File

@ -0,0 +1,6 @@
summary: public tier1 beakerlib tests
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/pgvector.git
execute:
how: tmt

View File

@ -12,7 +12,7 @@
Name: postgresql%{pgversion}-%{sname}
Version: 0.6.2
Release: 6%{?dist}
Release: 8%{?dist}
Summary: Open-source vector similarity search for Postgres
License: PostgreSQL
URL: https://github.com/%{sname}/%{sname}/
@ -84,6 +84,12 @@ This packages provides JIT support for pgvector
%endif
%changelog
* Wed Jun 25 2025 Veronika Kabatova <vkabatov@redhat.com> - 0.6.2-8
- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822)
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 0.6.2-7
- Rebuild for Konflux (Resolves: RHEL-84822)
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
- Rebuild for Konflux (Resolves: RHEL-84822)

0
sources Normal file → Executable file
View File