File tree Expand file tree Collapse file tree 16 files changed +96
-96
lines changed Expand file tree Collapse file tree 16 files changed +96
-96
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" &&
14
+ == "release-v1.15 .x" &&
15
15
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16
16
" .konflux/dockerfiles/controller.Dockerfile" .pathChanged() ||
17
- " .tekton/tektoncd-pipeline-1-17 -controller-pull-request.yaml" .pathChanged())
17
+ " .tekton/tektoncd-pipeline-1-15 -controller-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-pipeline-1-17 -controller
20
+ appstudio.openshift.io/application : openshift-pipelines-1-15
21
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -controller
22
22
pipelines.appstudio.openshift.io/type : build
23
- name : tektoncd-pipeline-1-17 -controller-on-pull-request
23
+ name : tektoncd-pipeline-1-15 -controller-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 /pipeline-controller-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-controller-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" &&
13
+ == "release-v1.15 .x" &&
14
14
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15
15
" .konflux/dockerfiles/controller.Dockerfile" .pathChanged() ||
16
- " .tekton/tektoncd-pipeline-1-17 -controller-push.yaml" .pathChanged())
16
+ " .tekton/tektoncd-pipeline-1-15 -controller-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-pipeline-1-17 -controller
19
+ appstudio.openshift.io/application : openshift-pipelines-1-15
20
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -controller
21
21
pipelines.appstudio.openshift.io/type : build
22
- name : tektoncd-pipeline-1-17 -controller-on-push
22
+ name : tektoncd-pipeline-1-15 -controller-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 /pipeline-controller-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-controller-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/controller.Dockerfile
34
34
- name : prefetch-input
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" &&
14
+ == "release-v1.15 .x" &&
15
15
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16
16
" .konflux/dockerfiles/entrypoint.Dockerfile" .pathChanged() ||
17
- " .tekton/tektoncd-pipeline-1-17 -entrypoint-pull-request.yaml" .pathChanged())
17
+ " .tekton/tektoncd-pipeline-1-15 -entrypoint-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-pipeline-1-17 -entrypoint
20
+ appstudio.openshift.io/application : openshift-pipelines-1-15
21
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -entrypoint
22
22
pipelines.appstudio.openshift.io/type : build
23
- name : tektoncd-pipeline-1-17 -entrypoint-on-pull-request
23
+ name : tektoncd-pipeline-1-15 -entrypoint-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 /pipeline-entrypoint-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-entrypoint-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" &&
13
+ == "release-v1.15 .x" &&
14
14
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15
15
" .konflux/dockerfiles/entrypoint.Dockerfile" .pathChanged() ||
16
- " .tekton/tektoncd-pipeline-1-17 -entrypoint-push.yaml" .pathChanged())
16
+ " .tekton/tektoncd-pipeline-1-15 -entrypoint-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-pipeline-1-17 -entrypoint
19
+ appstudio.openshift.io/application : openshift-pipelines-1-15
20
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -entrypoint
21
21
pipelines.appstudio.openshift.io/type : build
22
- name : tektoncd-pipeline-1-17 -entrypoint-on-push
22
+ name : tektoncd-pipeline-1-15 -entrypoint-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 /pipeline-entrypoint-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-entrypoint-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/entrypoint.Dockerfile
34
34
- name : prefetch-input
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" &&
14
+ == "release-v1.15 .x" &&
15
15
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16
16
" .konflux/dockerfiles/events.Dockerfile" .pathChanged() ||
17
- " .tekton/tektoncd-pipeline-1-17 -events-pull-request.yaml" .pathChanged())
17
+ " .tekton/tektoncd-pipeline-1-15 -events-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-pipeline-1-17 -events
20
+ appstudio.openshift.io/application : openshift-pipelines-1-15
21
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -events
22
22
pipelines.appstudio.openshift.io/type : build
23
- name : tektoncd-pipeline-1-17 -events-on-pull-request
23
+ name : tektoncd-pipeline-1-15 -events-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 /pipeline-events-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-events-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" &&
13
+ == "release-v1.15 .x" &&
14
14
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15
15
" .konflux/dockerfiles/events.Dockerfile" .pathChanged() ||
16
- " .tekton/tektoncd-pipeline-1-17 -events-push.yaml" .pathChanged())
16
+ " .tekton/tektoncd-pipeline-1-15 -events-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-pipeline-1-17 -events
19
+ appstudio.openshift.io/application : openshift-pipelines-1-15
20
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -events
21
21
pipelines.appstudio.openshift.io/type : build
22
- name : tektoncd-pipeline-1-17 -events-on-push
22
+ name : tektoncd-pipeline-1-15 -events-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 /pipeline-events-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-events-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/events.Dockerfile
34
34
- name : prefetch-input
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" &&
14
+ == "release-v1.15 .x" &&
15
15
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16
16
" .konflux/dockerfiles/nop.Dockerfile" .pathChanged() ||
17
- " .tekton/tektoncd-pipeline-1-17 -nop-pull-request.yaml" .pathChanged())
17
+ " .tekton/tektoncd-pipeline-1-15 -nop-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-pipeline-1-17 -nop
20
+ appstudio.openshift.io/application : openshift-pipelines-1-15
21
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -nop
22
22
pipelines.appstudio.openshift.io/type : build
23
- name : tektoncd-pipeline-1-17 -nop-on-pull-request
23
+ name : tektoncd-pipeline-1-15 -nop-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 /pipeline-nop-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-nop-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" &&
13
+ == "release-v1.15 .x" &&
14
14
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15
15
" .konflux/dockerfiles/nop.Dockerfile" .pathChanged() ||
16
- " .tekton/tektoncd-pipeline-1-17 -nop-push.yaml" .pathChanged())
16
+ " .tekton/tektoncd-pipeline-1-15 -nop-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-pipeline-1-17 -nop
19
+ appstudio.openshift.io/application : openshift-pipelines-1-15
20
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -nop
21
21
pipelines.appstudio.openshift.io/type : build
22
- name : tektoncd-pipeline-1-17 -nop-on-push
22
+ name : tektoncd-pipeline-1-15 -nop-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 /pipeline-nop-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-nop-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/nop.Dockerfile
34
34
- name : prefetch-input
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" &&
14
+ == "release-v1.15 .x" &&
15
15
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16
16
" .konflux/dockerfiles/resolvers.Dockerfile" .pathChanged() ||
17
- " .tekton/tektoncd-pipeline-1-17 -resolvers-pull-request.yaml" .pathChanged())
17
+ " .tekton/tektoncd-pipeline-1-15 -resolvers-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-pipeline-1-17 -resolvers
20
+ appstudio.openshift.io/application : openshift-pipelines-1-15
21
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -resolvers
22
22
pipelines.appstudio.openshift.io/type : build
23
- name : tektoncd-pipeline-1-17 -resolvers-on-pull-request
23
+ name : tektoncd-pipeline-1-15 -resolvers-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 /pipeline-resolvers-rhel8:on-pr-{{revision}}
32
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-resolvers-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" &&
13
+ == "release-v1.15 .x" &&
14
14
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15
15
" .konflux/dockerfiles/resolvers.Dockerfile" .pathChanged() ||
16
- " .tekton/tektoncd-pipeline-1-17 -resolvers-push.yaml" .pathChanged())
16
+ " .tekton/tektoncd-pipeline-1-15 -resolvers-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-pipeline-1-17 -resolvers
19
+ appstudio.openshift.io/application : openshift-pipelines-1-15
20
+ appstudio.openshift.io/component : tektoncd-pipeline-1-15 -resolvers
21
21
pipelines.appstudio.openshift.io/type : build
22
- name : tektoncd-pipeline-1-17 -resolvers-on-push
22
+ name : tektoncd-pipeline-1-15 -resolvers-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 /pipeline-resolvers-rhel8:{{revision}}
31
+ value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15 /pipeline-resolvers-rhel8:{{revision}}
32
32
- name : dockerfile
33
33
value : .konflux/dockerfiles/resolvers.Dockerfile
34
34
- name : prefetch-input
You can’t perform that action at this time.
0 commit comments