File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,8 @@ metadata:
9
9
pipelinesascode.tekton.dev/cancel-in-progress : " true"
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
11
pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12
- == "release-v1.5.x" &&
13
- (
14
- " .tekton/rhtap-task-runner-1-5-pull-request.yaml" .pathChanged() ||
15
- " Dockerfile" .pathChanged() ||
16
- " rhtap/***" .pathChanged() ||
17
- " tools/***" .pathChanged()
12
+ == "release-v1.5.x" && ( ".tekton/rhtap-task-runner-1-5-pull-request.yaml".pathChanged()
13
+ || "Dockerfile".pathChanged() || "rhtap/***".pathChanged() || "tools/***".pathChanged()
18
14
)
19
15
creationTimestamp : null
20
16
labels :
@@ -604,7 +600,8 @@ spec:
604
600
optional : true
605
601
- name : netrc
606
602
optional : true
607
- taskRunTemplate : {}
603
+ taskRunTemplate :
604
+ serviceAccountName : build-pipeline-rhtap-task-runner-1-5
608
605
workspaces :
609
606
- name : git-auth
610
607
secret :
Original file line number Diff line number Diff line change @@ -8,12 +8,8 @@ metadata:
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
10
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "release-v1.5.x" &&
12
- (
13
- " .tekton/rhtap-task-runner-1-5-push.yaml" .pathChanged() ||
14
- " Dockerfile" .pathChanged() ||
15
- " rhtap/***" .pathChanged() ||
16
- " tools/***" .pathChanged()
11
+ == "release-v1.5.x" && ( ".tekton/rhtap-task-runner-1-5-push.yaml".pathChanged()
12
+ || "Dockerfile".pathChanged() || "rhtap/***".pathChanged() || "tools/***".pathChanged()
17
13
)
18
14
creationTimestamp : null
19
15
labels :
@@ -601,7 +597,8 @@ spec:
601
597
optional : true
602
598
- name : netrc
603
599
optional : true
604
- taskRunTemplate : {}
600
+ taskRunTemplate :
601
+ serviceAccountName : build-pipeline-rhtap-task-runner-1-5
605
602
workspaces :
606
603
- name : git-auth
607
604
secret :
You can’t perform that action at this time.
0 commit comments