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" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
creationTimestamp: null creationTimestamp: null
labels: labels:
appstudio.openshift.io/application: rpms appstudio.openshift.io/application: rhel-10-workload-db-postgresql-libs
appstudio.openshift.io/component: libecpg appstudio.openshift.io/component: rhel-10-libecpg
pipelines.appstudio.openshift.io/type: build pipelines.appstudio.openshift.io/type: build
name: libecpg-on-pull-request name: rhel-10-libecpg-on-pull-request
namespace: rhel-on-konflux-tenant namespace: rhel-sst-cs-database-tenant
spec: spec:
params: params:
- name: application
value: rhel-10-workload-db-postgresql-libs
- name: package-name - name: package-name
value: libecpg value: libecpg
- name: git-url - name: git-url

View File

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