Skip to content

Commit a9401c2

Browse files
authored
Merge pull request #60 from opendatahub-io/ci-workload-variant-autoscaler-1775639208
CI: Tekton pipeline sync
2 parents e11a732 + 82d8138 commit a9401c2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.tekton/odh-workload-variant-autoscaler-controller-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9+
pipelinesascode.tekton.dev/on-comment: "^/konflux-build"
10+
pipelinesascode.tekton.dev/on-label: "[kfbuild-all]"
911
pipelinesascode.tekton.dev/max-keep-runs: "3"
1012
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1113
== "main"
@@ -48,4 +50,4 @@ spec:
4850
- name: git-auth
4951
secret:
5052
secretName: '{{ git_auth_secret }}'
51-
status: {}
53+
status: {}

.tekton/odh-workload-variant-autoscaler-controller-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9+
pipelinesascode.tekton.dev/on-comment: "^/konflux-build"
10+
pipelinesascode.tekton.dev/on-label: "[kfbuild-all]"
911
pipelinesascode.tekton.dev/max-keep-runs: "3"
1012
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1113
== "main"
@@ -43,4 +45,4 @@ spec:
4345
- name: git-auth
4446
secret:
4547
secretName: '{{ git_auth_secret }}'
46-
status: {}
48+
status: {}

0 commit comments

Comments
 (0)