Skip to content

Commit 39b128d

Browse files
authored
Merge pull request #547 from red-hat-data-services/RHOAIENG-33925
Add target platforms as per RHOAIENG-33925
2 parents 7c2d11b + 2c25409 commit 39b128d

15 files changed

+21
-13
lines changed

pipelineruns/notebooks/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-v2-25-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ spec:
4949
value: true
5050
- name: build-platforms
5151
value:
52-
- linux-extra-fast/amd64
52+
- linux/x86_64
53+
- linux-m2xlarge/arm64
5354
pipelineRef:
5455
resolver: git
5556
params:

pipelineruns/notebooks/.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-v2-25-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ spec:
4848
value: true
4949
- name: build-platforms
5050
value:
51-
- linux-extra-fast/amd64
51+
- linux/x86_64
52+
- linux-m2xlarge/arm64
5253
pipelineRef:
5354
resolver: git
5455
params:

pipelineruns/notebooks/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
value: true
4949
- name: build-platforms
5050
value:
51-
- linux-extra-fast/amd64
51+
- linux/x86_64
5252
pipelineRef:
5353
resolver: git
5454
params:

pipelineruns/notebooks/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
value: true
5050
- name: build-platforms
5151
value:
52-
- linux-extra-fast/amd64
52+
- linux/x86_64
5353
- linux-m2xlarge/arm64
5454
pipelineRef:
5555
resolver: git

pipelineruns/notebooks/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
value: true
4848
- name: build-platforms
4949
value:
50-
- linux-extra-fast/amd64
50+
- linux/x86_64
5151
pipelineRef:
5252
resolver: git
5353
params:

pipelineruns/notebooks/.tekton/odh-workbench-codeserver-datascience-cpu-py312-v2-25-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spec:
5050
value:
5151
- linux/x86_64
5252
- linux-m2xlarge/arm64
53+
- linux/ppc64le
5354
pipelineRef:
5455
resolver: git
5556
params:

pipelineruns/notebooks/.tekton/odh-workbench-jupyter-datascience-cpu-py312-v2-25-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ spec:
5151
value:
5252
- linux/x86_64
5353
- linux-m2xlarge/arm64
54+
- linux/ppc64le
5455
pipelineRef:
5556
resolver: git
5657
params:

pipelineruns/notebooks/.tekton/odh-workbench-jupyter-minimal-cuda-py312-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
value: true
5050
- name: build-platforms
5151
value:
52-
- linux-extra-fast/amd64
52+
- linux/x86_64
5353
- linux-m2xlarge/arm64
5454
pipelineRef:
5555
resolver: git

pipelineruns/notebooks/.tekton/odh-workbench-jupyter-minimal-rocm-py312-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
value: true
4949
- name: build-platforms
5050
value:
51-
- linux-extra-fast/amd64
51+
- linux/x86_64
5252
pipelineRef:
5353
resolver: git
5454
params:

pipelineruns/notebooks/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-v2-25-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ spec:
5353
value: true
5454
- name: build-platforms
5555
value:
56-
- linux-extra-fast/amd64
56+
- linux/x86_64
57+
- linux-m2xlarge/arm64
5758
pipelineRef:
5859
resolver: git
5960
params:

0 commit comments

Comments
 (0)