Skip to content

Commit

Permalink
🌱 [release-2.11] update konflux files (#283)
Browse files Browse the repository at this point in the history
* Formatting all tekton files

Signed-off-by: zhujian <[email protected]>

* Create an OWNERS file for tekton files

Signed-off-by: zhujian <[email protected]>

---------

Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 authored Dec 4, 2024
1 parent 3900ac1 commit de03018
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .tekton/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
approvers:
- zhujian7
- zhiweiyin318
- haoqing0110
- elgnay
- xuezhaojun
- qiujian16

reviewers:
- zhujian7
- zhiweiyin318
- haoqing0110
- elgnay
- xuezhaojun
- qiujian16
4 changes: 2 additions & 2 deletions .tekton/klusterlet-addon-controller-acm-211-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-2.11"
creationTimestamp: null
creationTimestamp:
labels:
appstudio.openshift.io/application: release-acm-211
appstudio.openshift.io/component: klusterlet-addon-controller-acm-211
Expand Down Expand Up @@ -430,7 +430,7 @@ spec:
- name: workspace
volumeClaimTemplate:
metadata:
creationTimestamp: null
creationTimestamp:
spec:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions .tekton/klusterlet-addon-controller-acm-211-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-2.11"
creationTimestamp: null
creationTimestamp:
labels:
appstudio.openshift.io/application: release-acm-211
appstudio.openshift.io/component: klusterlet-addon-controller-acm-211
Expand Down Expand Up @@ -431,7 +431,7 @@ spec:
- name: workspace
volumeClaimTemplate:
metadata:
creationTimestamp: null
creationTimestamp:
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit de03018

Please sign in to comment.