Skip to content

Commit 561307f

Browse files
odh-devops-app[bot]github-actions[bot]
authored andcommitted
CI: update Tekton pipelines (#660)
- Pull pipelines use odh-pr tag - Push pipelines use odh-stable tag - Target branch: stable Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 487aa46 commit 561307f

4 files changed

Lines changed: 24 additions & 0 deletions

.tekton/odh-th06-cuda130-torch291-py312-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ metadata:
2020
name: odh-th06-cuda130-torch291-py312-ci-on-pull-request
2121
namespace: open-data-hub-tenant
2222
spec:
23+
timeouts:
24+
pipeline: 10h
25+
tasks: 8h
2326
params:
2427
- name: git-url
2528
value: '{{source_url}}'
@@ -36,6 +39,9 @@ spec:
3639
- name: additional-tags
3740
value:
3841
- 'odh-pr-{{revision}}'
42+
- name: build-platforms
43+
value:
44+
- linux-extra-fast/amd64
3945
pipelineRef:
4046
resolver: git
4147
params:

.tekton/odh-th06-cuda130-torch291-py312-push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ metadata:
1919
name: odh-th06-cuda130-torch291-py312-ci-on-push
2020
namespace: open-data-hub-tenant
2121
spec:
22+
timeouts:
23+
pipeline: 10h
24+
tasks: 8h
2225
params:
2326
- name: git-url
2427
value: '{{source_url}}'
@@ -30,6 +33,9 @@ spec:
3033
value: Dockerfile
3134
- name: path-context
3235
value: images/universal/training/th06-cuda130-torch291-py312
36+
- name: build-platforms
37+
value:
38+
- linux-extra-fast/amd64
3339
pipelineRef:
3440
resolver: git
3541
params:

.tekton/odh-th06-rocm64-torch291-py312-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ metadata:
2020
name: odh-th06-rocm64-torch291-py312-ci-on-pull-request
2121
namespace: open-data-hub-tenant
2222
spec:
23+
timeouts:
24+
pipeline: 10h
25+
tasks: 8h
2326
params:
2427
- name: git-url
2528
value: '{{source_url}}'
@@ -36,6 +39,9 @@ spec:
3639
- name: additional-tags
3740
value:
3841
- 'odh-pr-{{revision}}'
42+
- name: build-platforms
43+
value:
44+
- linux-extra-fast/amd64
3945
pipelineRef:
4046
resolver: git
4147
params:

.tekton/odh-th06-rocm64-torch291-py312-push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ metadata:
1919
name: odh-th06-rocm64-torch291-py312-ci-on-push
2020
namespace: open-data-hub-tenant
2121
spec:
22+
timeouts:
23+
pipeline: 10h
24+
tasks: 8h
2225
params:
2326
- name: git-url
2427
value: '{{source_url}}'
@@ -30,6 +33,9 @@ spec:
3033
value: Dockerfile
3134
- name: path-context
3235
value: images/universal/training/th06-rocm64-torch291-py312
36+
- name: build-platforms
37+
value:
38+
- linux-extra-fast/amd64
3339
pipelineRef:
3440
resolver: git
3541
params:

0 commit comments

Comments
 (0)