Skip to content

Commit e3078dc

Browse files
sync pipelineruns with konflux-central - 1bdb33c
1 parent 65dc5dd commit e3078dc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.tekton/odh-training-cuda121-torch24-py311-pull-request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ metadata:
1717
name: odh-training-cuda121-torch24-py311-{{target_branch}}-on-pull-request
1818
namespace: rhoai-tenant
1919
spec:
20+
timeouts:
21+
pipeline: 10h
22+
tasks: 8h
2023
params:
2124
- name: git-url
2225
value: '{{source_url}}'
@@ -63,4 +66,4 @@ spec:
6366
- name: git-auth
6467
secret:
6568
secretName: '{{ git_auth_secret }}'
66-
status: {}
69+
status: {}

.tekton/odh-training-cuda124-torch25-py311-pull-request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ metadata:
1717
name: odh-training-cuda124-torch25-py311-{{target_branch}}-on-pull-request
1818
namespace: rhoai-tenant
1919
spec:
20+
timeouts:
21+
pipeline: 10h
22+
tasks: 8h
2023
params:
2124
- name: git-url
2225
value: '{{source_url}}'
@@ -63,4 +66,4 @@ spec:
6366
- name: git-auth
6467
secret:
6568
secretName: '{{ git_auth_secret }}'
66-
status: {}
69+
status: {}

.tekton/odh-training-cuda128-torch28-py312-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ metadata:
1717
name: odh-training-cuda128-torch28-py312-{{target_branch}}-on-pull-request
1818
namespace: rhoai-tenant
1919
spec:
20+
timeouts:
21+
pipeline: 10h
22+
tasks: 8h
2023
params:
2124
- name: git-url
2225
value: '{{source_url}}'

0 commit comments

Comments
 (0)