Skip to content

Commit 89dc8f2

Browse files
sync pipelineruns with konflux-central - dbd7cff
1 parent 113e534 commit 89dc8f2

14 files changed

+28
-0
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-pipeline-runtime-datascience-cpu-py312
3434
- name: dockerfile
3535
value: runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu
36+
- name: build-args-file
37+
value: runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-pipeline-runtime-minimal-cpu-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-pipeline-runtime-minimal-cpu-py312
3434
- name: dockerfile
3535
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
36+
- name: build-args-file
37+
value: runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-pipeline-runtime-pytorch-cuda-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-pipeline-runtime-pytorch-cuda-py312
3434
- name: dockerfile
3535
value: runtimes/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda
36+
- name: build-args-file
37+
value: runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-pipeline-runtime-pytorch-rocm-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-pipeline-runtime-pytorch-rocm-py312
3434
- name: dockerfile
3535
value: runtimes/rocm-pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm
36+
- name: build-args-file
37+
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-pipeline-runtime-tensorflow-cuda-py312
3434
- name: dockerfile
3535
value: runtimes/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda
36+
- name: build-args-file
37+
value: runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-workbench-codeserver-datascience-cpu-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-workbench-codeserver-datascience-cpu-py312
3434
- name: dockerfile
3535
value: codeserver/ubi9-python-3.12/Dockerfile.konflux.cpu
36+
- name: build-args-file
37+
value: codeserver/ubi9-python-3.12/build-args/cpu.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-workbench-jupyter-datascience-cpu-py312
3434
- name: dockerfile
3535
value: jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu
36+
- name: build-args-file
37+
value: jupyter/datascience/ubi9-python-3.12/build-args/cpu.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-workbench-jupyter-minimal-cpu-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-workbench-jupyter-minimal-cpu-py312
3434
- name: dockerfile
3535
value: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
36+
- name: build-args-file
37+
value: jupyter/minimal/ubi9-python-3.12/build-args/cpu.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-workbench-jupyter-minimal-cuda-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-workbench-jupyter-minimal-cuda-py312
3434
- name: dockerfile
3535
value: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cuda
36+
- name: build-args-file
37+
value: jupyter/minimal/ubi9-python-3.12/build-args/cuda.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

.tekton/odh-workbench-jupyter-minimal-rocm-py312-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
- io.openshift.tags=odh-workbench-jupyter-minimal-rocm-py312
3434
- name: dockerfile
3535
value: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.rocm
36+
- name: build-args-file
37+
value: jupyter/minimal/ubi9-python-3.12/build-args/rocm.conf
3638
- name: path-context
3739
value: .
3840
- name: hermetic

0 commit comments

Comments
 (0)