Skip to content

Commit fa423fe

Browse files
additional tweaks
1 parent 99476c0 commit fa423fe

File tree

10 files changed

+16
-34
lines changed

10 files changed

+16
-34
lines changed

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

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,18 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
12-
("images/universal/training/rocm64-torch280-py312/Dockerfile".pathChanged() || "images/universal/training/rocm64-torch280-py312/entrypoint-universal.sh".pathChanged() || ".tekton/odh-training-rocm64-torch28-py312-rhel9-pull-request.yaml".pathChanged())
12+
("images/universal/training/rocm64-torch290-py312/Dockerfile".pathChanged() || "images/universal/training/rocm64-torch290-py312/entrypoint-universal.sh".pathChanged() || ".tekton/odh-training-rocm64-torch290-py312-rhel9-pull-request.yaml".pathChanged())
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: odh-universal-image
16-
appstudio.openshift.io/component: odh-training-rocm64-torch28-py312-rhel9
16+
appstudio.openshift.io/component: odh-training-rocm64-torch29-py312-rhel9
1717
pipelines.appstudio.openshift.io/type: build
18-
name: odh-training-rocm64-torch28-py312-rhel9-on-pull-request
18+
name: odh-training-rocm64-torch29-py312-rhel9-on-pull-request
1919
namespace: open-data-hub-tenant
2020
spec:
2121
timeouts:
22-
pipeline: 24h
23-
tasks: 20h
24-
taskRunSpecs:
25-
- pipelineTaskName: build-images
26-
stepSpecs:
27-
- name: build
28-
computeResources:
29-
requests:
30-
memory: 10Gi
31-
limits:
32-
memory: 10Gi
22+
pipeline: "24h"
23+
tasks: "20h"
3324
params:
3425
- name: git-url
3526
value: '{{source_url}}'
@@ -41,11 +32,11 @@ spec:
4132
value: 5d
4233
- name: build-platforms
4334
value:
44-
- linux-extra-fast/amd64
35+
- linux-d160-m8xlarge/amd64
4536
- name: dockerfile
4637
value: Dockerfile
4738
- name: path-context
48-
value: images/universal/training/rocm64-torch280-py312
39+
value: images/universal/training/rocm64-torch290-py312
4940
pipelineSpec:
5041
description: |
5142
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -648,7 +639,7 @@ spec:
648639
- name: netrc
649640
optional: true
650641
taskRunTemplate:
651-
serviceAccountName: build-pipeline-odh-training-rocm64-torch28-py312-rhel9
642+
serviceAccountName: build-pipeline-odh-training-rocm64-torch29-py312-rhel9
652643
workspaces:
653644
- name: git-auth
654645
secret:

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

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,18 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" &&
11-
("images/universal/training/rocm64-torch280-py312/Dockerfile".pathChanged() || "images/universal/training/rocm64-torch280-py312/entrypoint-universal.sh".pathChanged() || ".tekton/odh-training-rocm64-torch28-py312-rhel9-push.yaml".pathChanged())
11+
("images/universal/training/rocm64-torch290-py312/Dockerfile".pathChanged() || "images/universal/training/rocm64-torch290-py312/entrypoint-universal.sh".pathChanged() || ".tekton/odh-training-rocm64-torch290-py312-rhel9-push.yaml".pathChanged())
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: odh-universal-image
15-
appstudio.openshift.io/component: odh-training-rocm64-torch28-py312-rhel9
15+
appstudio.openshift.io/component: odh-training-rocm64-torch29-py312-rhel9
1616
pipelines.appstudio.openshift.io/type: build
17-
name: odh-training-rocm64-torch28-py312-rhel9-on-push
17+
name: odh-training-rocm64-torch29-py312-rhel9-on-push
1818
namespace: open-data-hub-tenant
1919
spec:
2020
timeouts:
21-
pipeline: 24h
22-
tasks: 20h
23-
taskRunSpecs:
24-
- pipelineTaskName: build-images
25-
stepSpecs:
26-
- name: build
27-
computeResources:
28-
requests:
29-
memory: 10Gi
30-
limits:
31-
memory: 10Gi
21+
pipeline: "24h"
22+
tasks: "20h"
3223
params:
3324
- name: git-url
3425
value: '{{source_url}}'
@@ -38,11 +29,11 @@ spec:
3829
value: quay.io/opendatahub/odh-training-th03-cuda128-torch28-py312-rhel9:rocm-latest
3930
- name: build-platforms
4031
value:
41-
- linux-extra-fast/amd64
32+
- linux-d160-m8xlarge/amd64
4233
- name: dockerfile
4334
value: Dockerfile
4435
- name: path-context
45-
value: images/universal/training/rocm64-torch280-py312
36+
value: images/universal/training/rocm64-torch290-py312
4637
pipelineSpec:
4738
description: |
4839
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -645,7 +636,7 @@ spec:
645636
- name: netrc
646637
optional: true
647638
taskRunTemplate:
648-
serviceAccountName: build-pipeline-odh-training-rocm64-torch28-py312-rhel9
639+
serviceAccountName: build-pipeline-odh-training-rocm64-torch29-py312-rhel9
649640
workspaces:
650641
- name: git-auth
651642
secret:

images/universal/training/rocm64-torch280-py312/Dockerfile renamed to images/universal/training/rocm64-torch290-py312/Dockerfile

File renamed without changes.

images/universal/training/rocm64-torch280-py312/LICENSE.md renamed to images/universal/training/rocm64-torch290-py312/LICENSE.md

File renamed without changes.

images/universal/training/rocm64-torch280-py312/entrypoint-universal.sh renamed to images/universal/training/rocm64-torch290-py312/entrypoint-universal.sh

File renamed without changes.

images/universal/training/rocm64-torch280-py312/mellanox.repo renamed to images/universal/training/rocm64-torch290-py312/mellanox.repo

File renamed without changes.

images/universal/training/rocm64-torch280-py312/pylock.toml renamed to images/universal/training/rocm64-torch290-py312/pylock.toml

File renamed without changes.

images/universal/training/rocm64-torch280-py312/pyproject.toml renamed to images/universal/training/rocm64-torch290-py312/pyproject.toml

File renamed without changes.

images/universal/training/rocm64-torch280-py312/requirements-special.txt renamed to images/universal/training/rocm64-torch290-py312/requirements-special.txt

File renamed without changes.

images/universal/training/rocm64-torch280-py312/rocm.repo renamed to images/universal/training/rocm64-torch290-py312/rocm.repo

File renamed without changes.

0 commit comments

Comments
 (0)