Skip to content

Commit ec39c6b

Browse files
Update runtime-cuda-tensorflow-kpoc-push.yaml
1 parent d0e08da commit ec39c6b

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,21 @@ spec:
4747
cpu: '16'
4848
memory: 32Gi
4949
- 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
50+
computeResources:
51+
requests:
52+
cpu: '8'
53+
memory: 16Gi
54+
limits:
55+
cpu: '16'
56+
memory: 32Gi
5957
- 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
58+
computeResources:
59+
requests:
60+
cpu: '8'
61+
memory: 16Gi
62+
limits:
63+
cpu: '16'
64+
memory: 32Gi
6965
pipelineSpec:
7066
description: |
7167
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)