File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-comment : " ^/build-konflux"
11+ pipelinesascode.tekton.dev/on-comment : " ^/( build-konflux|build-jupyter-minimal-cuda) "
1212 pipelinesascode.tekton.dev/on-event : " [pull_request]"
1313 labels :
1414 appstudio.openshift.io/application : automation
5858 value : ' {{ target_branch }}'
5959 - name : pathInRepo
6060 value : pipelines/multi-arch-container-build.yaml
61+ timeouts :
62+ pipeline : 8h
63+ tasks : 4h
64+ taskRunSpecs :
65+ - pipelineTaskName : ecosystem-cert-preflight-checks
66+ computeResources :
67+ requests :
68+ cpu : ' 8'
69+ memory : 16Gi
70+ limits :
71+ cpu : ' 16'
72+ memory : 32Gi
73+ - pipelineTaskName : clair-scan
74+ computeResources :
75+ requests :
76+ cpu : ' 8'
77+ memory : 16Gi
78+ limits :
79+ cpu : ' 16'
80+ memory : 32Gi
6181 taskRunTemplate :
6282 serviceAccountName : build-pipeline-pull-request-pipelines
6383 workspaces :
You can’t perform that action at this time.
0 commit comments