File tree Expand file tree Collapse file tree 2 files changed +27
-26
lines changed Expand file tree Collapse file tree 2 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ metadata:
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
10
pipelinesascode.tekton.dev/on-cel-expression : |
11
11
event == "pull_request"
12
- && target_branch == "main"
13
- && ( "images/runtime/training/rocm/**".pathChanged() || ".tekton/training-rocm-pull-request.yaml".pathChanged() )
12
+ && target_branch == "null"
14
13
creationTimestamp : null
15
14
labels :
16
15
appstudio.openshift.io/application : runtime-ray
@@ -33,21 +32,22 @@ spec:
33
32
- name : path-context
34
33
value : images/runtime/training/rocm
35
34
taskRunSpecs :
36
- - pipelineTaskName : build-container
37
- stepSpecs :
38
- - name : build
39
- computeResources :
40
- requests :
41
- memory : 10Gi
42
- limits :
43
- memory : 10Gi
44
- - pipelineTaskName : prefetch-dependencies
35
+ - pipelineTaskName : ecosystem-cert-preflight-checks
45
36
computeResources :
46
37
requests :
47
- cpu : ' 1 '
48
- memory : 2Gi
38
+ cpu : ' 8 '
39
+ memory : 16Gi
49
40
limits :
50
- memory : 2Gi
41
+ cpu : ' 16'
42
+ memory : 32Gi
43
+ - pipelineTaskName : clair-scan
44
+ computeResources :
45
+ requests :
46
+ cpu : ' 8'
47
+ memory : 16Gi
48
+ limits :
49
+ cpu : ' 16'
50
+ memory : 32Gi
51
51
pipelineSpec :
52
52
description : |
53
53
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Original file line number Diff line number Diff line change @@ -32,21 +32,22 @@ spec:
32
32
- name : path-context
33
33
value : images/runtime/training/rocm
34
34
taskRunSpecs :
35
- - pipelineTaskName : build-container
36
- stepSpecs :
37
- - name : build
38
- computeResources :
39
- requests :
40
- memory : 10Gi
41
- limits :
42
- memory : 10Gi
43
- - pipelineTaskName : prefetch-dependencies
35
+ - pipelineTaskName : ecosystem-cert-preflight-checks
44
36
computeResources :
45
37
requests :
46
- cpu : ' 1 '
47
- memory : 2Gi
38
+ cpu : ' 8 '
39
+ memory : 16Gi
48
40
limits :
49
- memory : 2Gi
41
+ cpu : ' 16'
42
+ memory : 32Gi
43
+ - pipelineTaskName : clair-scan
44
+ computeResources :
45
+ requests :
46
+ cpu : ' 8'
47
+ memory : 16Gi
48
+ limits :
49
+ cpu : ' 16'
50
+ memory : 32Gi
50
51
pipelineSpec :
51
52
description : |
52
53
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
You can’t perform that action at this time.
0 commit comments