Onboard to Konflux RHEL on GitLab
Resolves: RHEL-84822 Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
This commit is contained in:
parent
cf0f1ae0ae
commit
ff88fe4c70
@ -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-star
|
||||
pipelines.appstudio.openshift.io/type: build
|
||||
name: rhel-10-star-on-pull-request
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: package-name
|
||||
value: star
|
||||
- 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/star: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 }}'
|
@ -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-star
|
||||
pipelines.appstudio.openshift.io/type: build
|
||||
name: rhel-10-star-on-push
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: package-name
|
||||
value: star
|
||||
- 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/star:{{ 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 }}'
|
@ -3,7 +3,7 @@
|
||||
Summary: An archiving tool with ACL support
|
||||
Name: star
|
||||
Version: 1.6
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
License: CDDL-1.0 AND GPL-2.0-only
|
||||
URL: http://freecode.com/projects/star
|
||||
Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2
|
||||
@ -202,6 +202,9 @@ fi
|
||||
%{_sysconfdir}/rmt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 25 2025 Veronika Kabatova <vkabatov@redhat.com> - 1.6-20
|
||||
- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822)
|
||||
|
||||
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 1.6-19
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user