Skip to content

Commit c9ff5b8

Browse files
committed
chore: update PLR to setup Konflux for release-1.4
1 parent 003e80d commit c9ff5b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.tekton/rhtap-cli-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ metadata:
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "pull_request"
12-
&& target_branch == "main"
12+
&& target_branch == "release-1.4"
1313
&& files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
1414
creationTimestamp: null
1515
labels:
16-
appstudio.openshift.io/application: rhtap-cli
17-
appstudio.openshift.io/component: rhtap-cli
16+
appstudio.openshift.io/application: rhtap-cli-release-1-4
17+
appstudio.openshift.io/component: rhtap-cli-release-1-4
1818
pipelines.appstudio.openshift.io/type: build
1919
name: rhtap-cli-on-pull-request
2020
namespace: rhtap-shared-team-tenant

.tekton/rhtap-cli-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ metadata:
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: |
1010
event == "push"
11-
&& target_branch == "main"
11+
&& target_branch == "release-1.4"
1212
&& files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
1313
creationTimestamp: null
1414
labels:
15-
appstudio.openshift.io/application: rhtap-cli
16-
appstudio.openshift.io/component: rhtap-cli
15+
appstudio.openshift.io/application: rhtap-cli-release-1-4
16+
appstudio.openshift.io/component: rhtap-cli-release-1-4
1717
pipelines.appstudio.openshift.io/type: build
1818
name: rhtap-cli-on-push
1919
namespace: rhtap-shared-team-tenant

0 commit comments

Comments
 (0)