File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ metadata:
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
10
pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
- == "main " && ( ".tekton/rhtap-task-runner-pull-request.yaml".pathChanged() ||
11
+ == "release-v1.6.x " && ( ".tekton/rhtap-task-runner-pull-request.yaml".pathChanged() ||
12
12
" Dockerfile" .pathChanged() || "rhtap/***".pathChanged() || "tools/***".pathChanged()
13
13
)
14
14
creationTimestamp : null
15
15
labels :
16
- appstudio.openshift.io/application : rhtap-task-runner
17
- appstudio.openshift.io/component : rhtap-task-runner
16
+ appstudio.openshift.io/application : rhtap-task-runner-1-6
17
+ appstudio.openshift.io/component : rhtap-task-runner-1-6
18
18
pipelines.appstudio.openshift.io/type : build
19
19
name : rhtap-task-runner-on-pull-request
20
20
namespace : rhtap-shared-team-tenant
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10
- == "main " && ( ".tekton/rhtap-task-runner-push.yaml".pathChanged() || "Dockerfile".pathChanged()
10
+ == "release-v1.6.x " && ( ".tekton/rhtap-task-runner-push.yaml".pathChanged() || "Dockerfile".pathChanged()
11
11
|| "rhtap/***".pathChanged() || "tools/***".pathChanged() )
12
12
creationTimestamp : null
13
13
labels :
14
- appstudio.openshift.io/application : rhtap-task-runner
15
- appstudio.openshift.io/component : rhtap-task-runner
14
+ appstudio.openshift.io/application : rhtap-task-runner-1-6
15
+ appstudio.openshift.io/component : rhtap-task-runner-1-6
16
16
pipelines.appstudio.openshift.io/type : build
17
17
name : rhtap-task-runner-on-push
18
18
namespace : rhtap-shared-team-tenant
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6@sha256:92b1d5747a93608b6adb
27
27
# required per https://github.com/release-engineering/rhtap-ec-policy/blob/main/data/rule_data.yml
28
28
LABEL com.redhat.component="rhtap-task-runner"
29
29
LABEL name="rhtap-task-runner"
30
- LABEL version="1.5 .0"
30
+ LABEL version="1.6 .0"
31
31
LABEL release="1"
32
32
LABEL summary="RHTAP Task Runner"
33
33
LABEL description="A collection of CLI tools and scripts needed for RHTAP pipelines"
You can’t perform that action at this time.
0 commit comments