Introduce rpmbuild tekton pipeline

Resolves: RHEL-79677
This commit is contained in:
Tomas Kopecek 2025-02-12 18:26:38 +01:00
parent 12c6d08dbb
commit e240ee60dc
2 changed files with 12 additions and 8 deletions

View File

@ -11,13 +11,15 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
creationTimestamp: null
labels:
appstudio.openshift.io/application: rpms
appstudio.openshift.io/component: libecpg
appstudio.openshift.io/application: rhel-10-workload-db-postgresql-libs
appstudio.openshift.io/component: rhel-10-libecpg
pipelines.appstudio.openshift.io/type: build
name: libecpg-on-pull-request
namespace: rhel-on-konflux-tenant
name: rhel-10-libecpg-on-pull-request
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10-workload-db-postgresql-libs
- name: package-name
value: libecpg
- name: git-url

View File

@ -10,13 +10,15 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "push"
creationTimestamp: null
labels:
appstudio.openshift.io/application: rpms
appstudio.openshift.io/component: libecpg
appstudio.openshift.io/application: rhel-10-workload-db-postgresql-libs
appstudio.openshift.io/component: rhel-10-libecpg
pipelines.appstudio.openshift.io/type: build
name: libecpg-on-push
namespace: rhel-on-konflux-tenant
name: rhel-10-libecpg-on-push
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: application
value: rhel-10-workload-db-postgresql-libs
- name: package-name
value: libecpg
- name: git-url