Skip to content

Commit 0a0a284

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

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "release-v1.17.x" &&
15-
("***".pathChanged() ||
14+
== "release-v1.15.x" &&
15+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-git-clone-1-17-git-init-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-git-clone-1-15-git-init-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-git-clone-1-17-git-init
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-git-clone-1-15-git-init
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-git-clone-1-17-git-init-on-pull-request
23+
name: tektoncd-git-clone-1-15-git-init-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -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-15/git-clone-git-init-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "release-v1.17.x" &&
14-
("***".pathChanged() ||
13+
== "release-v1.15.x" &&
14+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-git-clone-1-17-git-init-push.yaml".pathChanged())
16+
".tekton/tektoncd-git-clone-1-15-git-init-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-git-clone-1-17-git-init
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-git-clone-1-15-git-init
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-git-clone-1-17-git-init-on-push
22+
name: tektoncd-git-clone-1-15-git-init-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
@@ -28,7 +28,7 @@ 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-15/git-clone-git-init-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/git-init.Dockerfile
3434
- name: prefetch-input

0 commit comments

Comments
 (0)