We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddf200 commit a33c783Copy full SHA for a33c783
.tekton/runtime-cuda-tensorflow-kpoc-push.yaml
@@ -22,6 +22,8 @@ metadata:
22
name: runtime-cuda-tensorflow-kpoc-on-push
23
namespace: open-data-hub-tenant
24
spec:
25
+ timeouts:
26
+ pipeline: 8h
27
params:
28
- name: git-url
29
value: '{{source_url}}'
@@ -44,6 +46,17 @@ spec:
44
46
limits:
45
47
cpu: '16'
48
memory: 32Gi
49
+ taskRunSpecs:
50
+ - pipelineTaskName: build-container
51
+ stepSpecs:
52
+ - name: build
53
+ computeResources:
54
+ requests:
55
+ cpu: '8'
56
+ memory: 16Gi
57
+ limits:
58
+ cpu: '16'
59
+ memory: 32Gi
60
pipelineSpec:
61
description: |
62
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
0 commit comments