File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ metadata:
11
11
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
12
12
pipelinesascode.tekton.dev/max-keep-runs : " 3"
13
13
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() ||
16
16
" .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())
18
18
creationTimestamp : null
19
19
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
22
22
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
24
24
namespace : tekton-ecosystem-tenant
25
25
spec :
26
26
params :
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-15 /git-clone-git-init-rhel8:on-pr-{{revision}}
33
33
- name : image-expires-after
34
34
value : 5d
35
35
- name : dockerfile
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ metadata:
10
10
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
11
11
pipelinesascode.tekton.dev/max-keep-runs : " 3"
12
12
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() ||
15
15
" .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())
17
17
creationTimestamp : null
18
18
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
21
21
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
23
23
namespace : tekton-ecosystem-tenant
24
24
spec :
25
25
params :
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-15 /git-clone-git-init-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/git-init.Dockerfile
34
34
- name : prefetch-input
You can’t perform that action at this time.
0 commit comments