Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d2a480f236 | ||
|
08d80ac8b7 | ||
|
9610a927d3 | ||
|
2e976b2835 |
@ -1,43 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: tekton.dev/v1
|
|
||||||
kind: PipelineRun
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}'
|
|
||||||
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
|
|
||||||
build.appstudio.redhat.com/pull_request_number: '{{ pull_request_number }}'
|
|
||||||
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
|
|
||||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
|
||||||
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
appstudio.openshift.io/application: rhel-10
|
|
||||||
appstudio.openshift.io/component: rhel-10-postgresql16-pgvector
|
|
||||||
pipelines.appstudio.openshift.io/type: build
|
|
||||||
name: rhel-10-postgresql16-pgvector-on-pull-request
|
|
||||||
namespace: rhel-sst-cs-database-tenant
|
|
||||||
spec:
|
|
||||||
params:
|
|
||||||
- name: application
|
|
||||||
value: rhel-10
|
|
||||||
- name: package-name
|
|
||||||
value: postgresql16-pgvector
|
|
||||||
- name: git-url
|
|
||||||
value: "{{ source_url }}"
|
|
||||||
- name: revision
|
|
||||||
value: "{{ revision }}"
|
|
||||||
- name: target-branch
|
|
||||||
value: "{{ target_branch }}"
|
|
||||||
pipelineRef:
|
|
||||||
resolver: git
|
|
||||||
params:
|
|
||||||
- name: url
|
|
||||||
value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git"
|
|
||||||
- name: revision
|
|
||||||
value: main
|
|
||||||
- name: pathInRepo
|
|
||||||
value: pipeline/build-rhel-package.yaml
|
|
||||||
workspaces:
|
|
||||||
- name: git-auth
|
|
||||||
secret:
|
|
||||||
secretName: '{{ git_auth_secret }}'
|
|
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: tekton.dev/v1
|
|
||||||
kind: PipelineRun
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}'
|
|
||||||
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
|
|
||||||
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
|
|
||||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
|
||||||
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s"
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
appstudio.openshift.io/application: rhel-10
|
|
||||||
appstudio.openshift.io/component: rhel-10-postgresql16-pgvector
|
|
||||||
pipelines.appstudio.openshift.io/type: build
|
|
||||||
name: rhel-10-postgresql16-pgvector-on-push
|
|
||||||
namespace: rhel-sst-cs-database-tenant
|
|
||||||
spec:
|
|
||||||
params:
|
|
||||||
- name: application
|
|
||||||
value: rhel-10
|
|
||||||
- name: package-name
|
|
||||||
value: postgresql16-pgvector
|
|
||||||
- name: git-url
|
|
||||||
value: "{{ source_url }}"
|
|
||||||
- name: revision
|
|
||||||
value: "{{ revision }}"
|
|
||||||
- name: target-branch
|
|
||||||
value: "{{ target_branch }}"
|
|
||||||
pipelineRef:
|
|
||||||
resolver: git
|
|
||||||
params:
|
|
||||||
- name: url
|
|
||||||
value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git"
|
|
||||||
- name: revision
|
|
||||||
value: main
|
|
||||||
- name: pathInRepo
|
|
||||||
value: pipeline/build-rhel-package.yaml
|
|
||||||
workspaces:
|
|
||||||
- name: git-auth
|
|
||||||
secret:
|
|
||||||
secretName: '{{ git_auth_secret }}'
|
|
@ -2,6 +2,5 @@ summary: public tier1 beakerlib tests
|
|||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/pgvector.git
|
url: https://gitlab.com/redhat/centos-stream/tests/pgvector.git
|
||||||
filter: 'tier: 1'
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: postgresql%{pgversion}-%{sname}
|
Name: postgresql%{pgversion}-%{sname}
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 6%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Open-source vector similarity search for Postgres
|
Summary: Open-source vector similarity search for Postgres
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
URL: https://github.com/%{sname}/%{sname}/
|
URL: https://github.com/%{sname}/%{sname}/
|
||||||
@ -84,6 +84,12 @@ This packages provides JIT support for pgvector
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
|
||||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user