@@ -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
1919spec :
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 :
0 commit comments