Onboard to Konflux RHEL on GitLab

Resolves: RHEL-84822

Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
This commit is contained in:
Veronika Kabatova 2025-06-25 15:24:59 +02:00
parent 2ba53229a4
commit 35e2a6dfbb
3 changed files with 4 additions and 86 deletions

View File

@ -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-gd
pipelines.appstudio.openshift.io/type: build
name: rhel-10-gd-on-pull-request
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: package-name
value: gd
- name: git-url
value: "{{ source_url }}"
- name: revision
value: "{{ revision }}"
- name: target-branch
value: "{{ target_branch }}"
- name: ociStorage
value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/gd:on-pr-{{ revision }}
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 }}'

View File

@ -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-gd
pipelines.appstudio.openshift.io/type: build
name: rhel-10-gd-on-push
namespace: rhel-sst-cs-database-tenant
spec:
params:
- name: package-name
value: gd
- name: git-url
value: "{{ source_url }}"
- name: revision
value: "{{ revision }}"
- name: target-branch
value: "{{ target_branch }}"
- name: ociStorage
value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/gd:{{ revision }}
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 }}'

View File

@ -18,7 +18,7 @@
Summary: A graphics library for quick creation of PNG or JPEG images
Name: gd
Version: 2.3.3
Release: 21%{?prever}%{?short}%{?dist}
Release: 22%{?prever}%{?short}%{?dist}
License: GD
URL: http://libgd.github.io/
%if 0%{?commit:1}
@ -192,6 +192,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc
%changelog
* Wed Jun 25 2025 Veronika Kabatova <vkabatov@redhat.com> - 2.3.3-22
- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822)
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 2.3.3-21
- Rebuild for Konflux (Resolves: RHEL-84822)