Skip to content

Commit 6165877

Browse files
Update rocm-runtime-tensorflow-kpoc-push.yaml
1 parent 84cc18b commit 6165877

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

.tekton/rocm-runtime-tensorflow-kpoc-push.yaml

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,22 @@ spec:
3636
- name: path-context
3737
value: .
3838
taskRunSpecs:
39-
- pipelineTaskName: build-container
40-
stepSpecs:
41-
- name: build
42-
computeResources:
43-
requests:
44-
cpu: '8'
45-
memory: 16Gi
46-
limits:
47-
cpu: '16'
48-
memory: 32Gi
4939
- pipelineTaskName: ecosystem-cert-preflight-checks
50-
stepSpecs:
51-
- name: build
52-
computeResources:
53-
requests:
54-
cpu: '8'
55-
memory: 16Gi
56-
limits:
57-
cpu: '16'
58-
memory: 32Gi
40+
computeResources:
41+
requests:
42+
cpu: '8'
43+
memory: 16Gi
44+
limits:
45+
cpu: '16'
46+
memory: 32Gi
5947
- pipelineTaskName: clair-scan
60-
stepSpecs:
61-
- name: build
62-
computeResources:
63-
requests:
64-
cpu: '8'
65-
memory: 16Gi
66-
limits:
67-
cpu: '16'
68-
memory: 32Gi
48+
computeResources:
49+
requests:
50+
cpu: '8'
51+
memory: 16Gi
52+
limits:
53+
cpu: '16'
54+
memory: 32Gi
6955
pipelineSpec:
7056
description: |
7157
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)