File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ metadata:
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
10
event == "pull_request" &&
11
- target_branch == "master " &&
11
+ target_branch == "builds-1.4 " &&
12
12
(
13
13
files.all.exists(x, x.matches('go.mod|go.sum|.konflux/shared-resource/Dockerfile')) ||
14
14
files.all.exists(x, x.matches('pkg/csidriver|pkg/config|pkg/cache|pkg/consts|pkg/controller|pkg/metrics|cmd/csidriver|cmd/util')) ||
15
15
files.all.exists(x, x.matches('.tekton/openshift-builds-shared-resource-pull-request.yaml'))
16
16
)
17
17
labels :
18
- appstudio.openshift.io/application : openshift-builds
19
- appstudio.openshift.io/component : openshift-builds-shared-resource
18
+ appstudio.openshift.io/application : openshift-builds-1-4
19
+ appstudio.openshift.io/component : openshift-builds-shared-resource-1-4
20
20
pipelines.appstudio.openshift.io/type : build
21
- name : openshift-builds-shared-resource-on-pull-request
21
+ name : openshift-builds-shared-resource-1-4- on-pull-request
22
22
namespace : rh-openshift-builds-tenant
23
23
spec :
24
24
params :
27
27
- name : revision
28
28
value : ' {{revision}}'
29
29
- name : output-image
30
- value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource:on-pr-{{revision}}
30
+ value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-1-4 :on-pr-{{revision}}
31
31
- name : image-expires-after
32
32
value : 5d
33
33
- name : dockerfile
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ metadata:
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
10
event == "push" &&
11
- target_branch == "master " &&
11
+ target_branch == "builds-1.4 " &&
12
12
(
13
13
files.all.exists(x, x.matches('go.mod|go.sum|.konflux/shared-resource/Dockerfile')) ||
14
14
files.all.exists(x, x.matches('pkg/csidriver|pkg/config|pkg/cache|pkg/consts|pkg/controller|pkg/metrics|cmd/csidriver|cmd/util')) ||
15
15
files.all.exists(x, x.matches('.tekton/openshift-builds-shared-resource-push.yaml'))
16
16
)
17
17
labels :
18
- appstudio.openshift.io/application : openshift-builds
19
- appstudio.openshift.io/component : openshift-builds-shared-resource
18
+ appstudio.openshift.io/application : openshift-builds-1-4
19
+ appstudio.openshift.io/component : openshift-builds-shared-resource-1-4
20
20
pipelines.appstudio.openshift.io/type : build
21
- name : openshift-builds-shared-resource-on-push
21
+ name : openshift-builds-shared-resource-1-4- on-push
22
22
namespace : rh-openshift-builds-tenant
23
23
spec :
24
24
params :
27
27
- name : revision
28
28
value : ' {{revision}}'
29
29
- name : output-image
30
- value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource:{{revision}}
30
+ value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-1-4 :{{revision}}
31
31
- name : dockerfile
32
32
value : .konflux/shared-resource/Dockerfile
33
33
- name : build-source-image
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ metadata:
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
10
event == "pull_request" &&
11
- target_branch == "master " &&
11
+ target_branch == "builds-1.4 " &&
12
12
(
13
13
files.all.exists(x, x.matches('go.mod|go.sum|.konflux/shared-resource-webhook/Dockerfile')) ||
14
14
files.all.exists(x, x.matches('cmd/webhook|pkg/config|pkg/webhook')) ||
15
15
files.all.exists(x, x.matches('.tekton/openshift-builds-shared-resource-webhook-pull-request.yaml'))
16
16
)
17
17
labels :
18
- appstudio.openshift.io/application : openshift-builds
19
- appstudio.openshift.io/component : openshift-builds-shared-resource-webhook
18
+ appstudio.openshift.io/application : openshift-builds-1-4
19
+ appstudio.openshift.io/component : openshift-builds-shared-resource-webhook-1-4
20
20
pipelines.appstudio.openshift.io/type : build
21
- name : openshift-builds-shared-resource-webhook-on-pull-request
21
+ name : openshift-builds-shared-resource-webhook-1-4- on-pull-request
22
22
namespace : rh-openshift-builds-tenant
23
23
spec :
24
24
params :
27
27
- name : revision
28
28
value : ' {{revision}}'
29
29
- name : output-image
30
- value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-webhook-1-2 :on-pr-{{revision}}
30
+ value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-webhook-1-4 :on-pr-{{revision}}
31
31
- name : image-expires-after
32
32
value : 5d
33
33
- name : dockerfile
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ metadata:
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
10
event == "push" &&
11
- target_branch == "master " &&
11
+ target_branch == "builds-1.4 " &&
12
12
(
13
13
files.all.exists(x, x.matches('go.mod|go.sum|.konflux/shared-resource-webhook/Dockerfile')) ||
14
14
files.all.exists(x, x.matches('cmd/webhook|pkg/config|pkg/webhook')) ||
15
15
files.all.exists(x, x.matches('.tekton/openshift-builds-shared-resource-webhook-push.yaml'))
16
16
)
17
17
labels :
18
- appstudio.openshift.io/application : openshift-builds
19
- appstudio.openshift.io/component : openshift-builds-shared-resource-webhook
18
+ appstudio.openshift.io/application : openshift-builds-1-4
19
+ appstudio.openshift.io/component : openshift-builds-shared-resource-webhook-1-4
20
20
pipelines.appstudio.openshift.io/type : build
21
- name : openshift-builds-shared-resource-webhook-on-push
21
+ name : openshift-builds-shared-resource-webhook-1-4- on-push
22
22
namespace : rh-openshift-builds-tenant
23
23
spec :
24
24
params :
27
27
- name : revision
28
28
value : ' {{revision}}'
29
29
- name : output-image
30
- value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-webhook:{{revision}}
30
+ value : quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-shared-resource-webhook-1-4 :{{revision}}
31
31
- name : dockerfile
32
32
value : .konflux/shared-resource-webhook/Dockerfile
33
33
- name : build-source-image
You can’t perform that action at this time.
0 commit comments