Skip to content

Commit 8036a3a

Browse files
authored
pipeline update (#13)
* timestamp file Signed-off-by: SequeI <[email protected]> * pipeline fix Signed-off-by: SequeI <[email protected]> --------- Signed-off-by: SequeI <[email protected]>
1 parent 8e47349 commit 8036a3a

5 files changed

+3
-6
lines changed

.tekton/model-validation-operator-bundle-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
109
pipelinesascode.tekton.dev/max-keep-runs: "3"
1110
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12-
creationTimestamp: null
11+
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: model-validation-operator
1514
appstudio.openshift.io/component: model-validation-operator-bundle

.tekton/model-validation-operator-bundle-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/securesign/model-validation-operator?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/cancel-in-progress: "false"
98
pipelinesascode.tekton.dev/max-keep-runs: "3"
109
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11-
creationTimestamp: null
10+
creationTimestamp: null
1211
labels:
1312
appstudio.openshift.io/application: model-validation-operator
1413
appstudio.openshift.io/component: model-validation-operator-bundle

.tekton/model-validation-operator-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
109
pipelinesascode.tekton.dev/max-keep-runs: "3"
1110
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
1211
creationTimestamp: null

.tekton/model-validation-operator-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/securesign/model-validation-operator?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/cancel-in-progress: "false"
98
pipelinesascode.tekton.dev/max-keep-runs: "3"
109
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
1110
creationTimestamp: null

timestamp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-09-09 15:05:50

0 commit comments

Comments
 (0)