Skip to content

Commit 4521c52

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.21.x] update konflux configuration
1 parent 616e787 commit 4521c52

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Generated for Konflux Application openshift-pipelines-index-4.16-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/fbc-build.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/operator.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
11+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
12+
pipelinesascode.tekton.dev/max-keep-runs: "3"
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "release-v1.21.x" &&
15+
(( ".konflux/olm-catalog/index/***".pathChanged()) ||
16+
".konflux/olm-catalog/index/v4.16/Dockerfile.catalog".pathChanged() ||
17+
".tekton/operator-1-21-index-4.16-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-index-4-16-1-21
21+
appstudio.openshift.io/component: operator-1-21-index-4-16
22+
pipelines.appstudio.openshift.io/type: build
23+
name: operator-1-21-index-4.16-on-pull-request
24+
namespace: tekton-ecosystem-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/index-4.16:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/olm-catalog/index/v4.16/Dockerfile.catalog
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
40+
pipelineRef:
41+
name: fbc-build
42+
taskRunTemplate:
43+
serviceAccountName: build-pipeline-operator-1-21-index-4-16
44+
workspaces:
45+
- name: git-auth
46+
secret:
47+
secretName: '{{ git_auth_secret }}'
48+
status: {}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Generated for Konflux Application openshift-pipelines-index-4.16-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/fbc-build.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/operator.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "release-v1.21.x" &&
14+
(( ".konflux/olm-catalog/index/***".pathChanged()) ||
15+
".konflux/olm-catalog/index/v4.16/Dockerfile.catalog".pathChanged() ||
16+
".tekton/operator-1-21-index-4.16-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-index-4-16-1-21
20+
appstudio.openshift.io/component: operator-1-21-index-4-16
21+
pipelines.appstudio.openshift.io/type: build
22+
name: operator-1-21-index-4.16-on-push
23+
namespace: tekton-ecosystem-tenant
24+
spec:
25+
params:
26+
- name: git-url
27+
value: '{{source_url}}'
28+
- name: revision
29+
value: '{{revision}}'
30+
- name: output-image
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/index-4.16:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/olm-catalog/index/v4.16/Dockerfile.catalog
34+
pipelineRef:
35+
name: fbc-build
36+
taskRunTemplate:
37+
serviceAccountName: build-pipeline-operator-1-21-index-4-16
38+
workspaces:
39+
- name: git-auth
40+
secret:
41+
secretName: '{{ git_auth_secret }}'
42+
status: {}

0 commit comments

Comments
 (0)