Skip to content

Commit 7a13fe1

Browse files
increase timeout to 90h
1 parent 7984974 commit 7a13fe1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.tekton/odh-training-rocm64-torch29-py312-rhel9-pull-request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ metadata:
1919
namespace: open-data-hub-tenant
2020
spec:
2121
timeouts:
22-
pipeline: 40h
23-
tasks: 30h
22+
pipeline: 100h
23+
tasks: 90h
2424
params:
2525
- name: git-url
2626
value: '{{source_url}}'
@@ -41,8 +41,8 @@ spec:
4141
value: images/universal/training/rocm64-torch290-py312
4242
pipelineSpec:
4343
timeouts:
44-
pipeline: 40h
45-
tasks: 30h
44+
pipeline: 100h
45+
tasks: 90h
4646
description: |
4747
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
4848
_Uses `buildah` to create a multi-platform container image leveraging [trusted artifacts](https://konflux-ci.dev/architecture/ADR/0036-trusted-artifacts.html). It also optionally creates a source image and runs some build-time tests. This pipeline requires that the [multi platform controller](https://github.com/konflux-ci/multi-platform-controller) is deployed and configured on your Konflux instance. Information is shared between tasks using OCI artifacts instead of PVCs. EC will pass the [`trusted_task.trusted`](https://conforma.dev/docs/policy/packages/release_trusted_task.html#trusted_task__trusted) policy as long as all data used to build the artifact is generated from trusted tasks.
@@ -218,7 +218,7 @@ spec:
218218
value:
219219
- $(params.build-platforms)
220220
name: build-images
221-
timeout: 30h
221+
timeout: 90h
222222
params:
223223
- name: IMAGE
224224
value: $(params.output-image)

.tekton/odh-training-rocm64-torch29-py312-rhel9-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ metadata:
1818
namespace: open-data-hub-tenant
1919
spec:
2020
timeouts:
21-
pipeline: 40h
22-
tasks: 30h
21+
pipeline: 100h
22+
tasks: 90h
2323
params:
2424
- name: git-url
2525
value: '{{source_url}}'
@@ -38,8 +38,8 @@ spec:
3838
value: images/universal/training/rocm64-torch290-py312/argfile.konflux.conf
3939
pipelineSpec:
4040
timeouts:
41-
pipeline: 40h
42-
tasks: 30h
41+
pipeline: 100h
42+
tasks: 90h
4343
description: |
4444
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
4545
_Uses `buildah` to create a multi-platform container image leveraging [trusted artifacts](https://konflux-ci.dev/architecture/ADR/0036-trusted-artifacts.html). It also optionally creates a source image and runs some build-time tests. This pipeline requires that the [multi platform controller](https://github.com/konflux-ci/multi-platform-controller) is deployed and configured on your Konflux instance. Information is shared between tasks using OCI artifacts instead of PVCs. EC will pass the [`trusted_task.trusted`](https://conforma.dev/docs/policy/packages/release_trusted_task.html#trusted_task__trusted) policy as long as all data used to build the artifact is generated from trusted tasks.
@@ -215,7 +215,7 @@ spec:
215215
value:
216216
- $(params.build-platforms)
217217
name: build-images
218-
timeout: 30h
218+
timeout: 90h
219219
params:
220220
- name: IMAGE
221221
value: $(params.output-image)

0 commit comments

Comments
 (0)