File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- # Generated by openshift-pipelines/hack. DO NOT EDIT.
1
+ # Generated for Konflux Application openshift-pipelines-core-1.17 by openshift-pipelines/hack. DO NOT EDIT
2
2
apiVersion : tekton.dev/v1
3
3
kind : PipelineRun
4
4
metadata :
@@ -12,12 +12,12 @@ metadata:
12
12
pipelinesascode.tekton.dev/max-keep-runs : " 3"
13
13
pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
14
14
== "release-v1.17.x" &&
15
- ("***".pathChanged() ||
15
+ ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/ ***".pathChanged() ||
16
16
" .konflux/dockerfiles/git-init.Dockerfile" .pathChanged() ||
17
17
" .tekton/tektoncd-git-clone-1-17-git-init-pull-request.yaml" .pathChanged())
18
18
creationTimestamp : null
19
19
labels :
20
- appstudio.openshift.io/application : openshift-pipelines-1-17
20
+ appstudio.openshift.io/application : openshift-pipelines-core- 1-17
21
21
appstudio.openshift.io/component : tektoncd-git-clone-1-17-git-init
22
22
pipelines.appstudio.openshift.io/type : build
23
23
name : tektoncd-git-clone-1-17-git-init-on-pull-request
29
29
- name : revision
30
30
value : ' {{revision}}'
31
31
- name : output-image
32
- value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-17/git-clone-git- init-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-17/git-init-rhel8:on-pr-{{revision}}
33
33
- name : image-expires-after
34
34
value : 5d
35
35
- name : dockerfile
42
42
{"type": "rpm", "path": ".konflux/rpms"}
43
43
pipelineRef :
44
44
name : docker-build-ta
45
+ taskRunTemplate :
46
+ serviceAccountName : build-pipeline-tektoncd-git-clone-1-17-git-init
45
47
workspaces :
46
48
- name : git-auth
47
49
secret :
Original file line number Diff line number Diff line change 1
- # Generated by openshift-pipelines/hack. DO NOT EDIT.
1
+ # Generated for Konflux Application openshift-pipelines-core-1.17 by openshift-pipelines/hack. DO NOT EDIT
2
2
apiVersion : tekton.dev/v1
3
3
kind : PipelineRun
4
4
metadata :
@@ -11,12 +11,12 @@ metadata:
11
11
pipelinesascode.tekton.dev/max-keep-runs : " 3"
12
12
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
13
13
== "release-v1.17.x" &&
14
- ("***".pathChanged() ||
14
+ ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/ ***".pathChanged() ||
15
15
" .konflux/dockerfiles/git-init.Dockerfile" .pathChanged() ||
16
16
" .tekton/tektoncd-git-clone-1-17-git-init-push.yaml" .pathChanged())
17
17
creationTimestamp : null
18
18
labels :
19
- appstudio.openshift.io/application : openshift-pipelines-1-17
19
+ appstudio.openshift.io/application : openshift-pipelines-core- 1-17
20
20
appstudio.openshift.io/component : tektoncd-git-clone-1-17-git-init
21
21
pipelines.appstudio.openshift.io/type : build
22
22
name : tektoncd-git-clone-1-17-git-init-on-push
@@ -28,14 +28,16 @@ spec:
28
28
- name : revision
29
29
value : ' {{revision}}'
30
30
- name : output-image
31
- value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-17/git-clone-git- init-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-17/git-init-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/git-init.Dockerfile
34
34
- name : prefetch-input
35
35
value : |
36
36
{"type": "rpm", "path": ".konflux/rpms"}
37
37
pipelineRef :
38
38
name : docker-build-ta
39
+ taskRunTemplate :
40
+ serviceAccountName : build-pipeline-tektoncd-git-clone-1-17-git-init
39
41
workspaces :
40
42
- name : git-auth
41
43
secret :
You can’t perform that action at this time.
0 commit comments