Skip to content

Commit 755af14

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:release-v1.17.x] update konflux configuration
1 parent 933c511 commit 755af14

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.tekton/tektoncd-git-clone-1-17-git-init-pull-request.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
apiVersion: tekton.dev/v1
33
kind: PipelineRun
44
metadata:
@@ -12,12 +12,12 @@ metadata:
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1414
== "release-v1.17.x" &&
15-
("***".pathChanged() ||
15+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
1717
".tekton/tektoncd-git-clone-1-17-git-init-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-17
2121
appstudio.openshift.io/component: tektoncd-git-clone-1-17-git-init
2222
pipelines.appstudio.openshift.io/type: build
2323
name: tektoncd-git-clone-1-17-git-init-on-pull-request
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- 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}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile
@@ -42,6 +42,8 @@ spec:
4242
{"type": "rpm", "path": ".konflux/rpms"}
4343
pipelineRef:
4444
name: docker-build-ta
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-tektoncd-git-clone-1-17-git-init
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-git-clone-1-17-git-init-push.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
apiVersion: tekton.dev/v1
33
kind: PipelineRun
44
metadata:
@@ -11,12 +11,12 @@ metadata:
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1313
== "release-v1.17.x" &&
14-
("***".pathChanged() ||
14+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
1616
".tekton/tektoncd-git-clone-1-17-git-init-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-17
2020
appstudio.openshift.io/component: tektoncd-git-clone-1-17-git-init
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-git-clone-1-17-git-init-on-push
@@ -28,14 +28,16 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- 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}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/git-init.Dockerfile
3434
- name: prefetch-input
3535
value: |
3636
{"type": "rpm", "path": ".konflux/rpms"}
3737
pipelineRef:
3838
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-tektoncd-git-clone-1-17-git-init
3941
workspaces:
4042
- name: git-auth
4143
secret:

0 commit comments

Comments
 (0)