Skip to content

Commit f96e7c7

Browse files
openshift-pipelines-botpramodbindal
openshift-pipelines-bot
authored andcommitted
[bot:main] update konflux configuration
1 parent 55a438a commit f96e7c7

File tree

2 files changed

+92
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)