Skip to content

Commit 63192e2

Browse files
vsokysok
authored andcommitted
RHAIENG-1603: Introduce new build-args for konflux build
1 parent 58b9d00 commit 63192e2

File tree

48 files changed

+106
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+106
-31
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: dockerfile
4242
value: runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu
4343
- name: build-args-file
44-
value: runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf
44+
value: runtimes/datascience/ubi9-python-3.12/build-args/konflux.cpu.conf
4545
- name: path-context
4646
value: .
4747
- name: hermetic

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: dockerfile
3535
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
3636
- name: build-args-file
37-
value: runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf
37+
value: runtimes/minimal/ubi9-python-3.12/build-args/konflux.cpu.conf
3838
- name: path-context
3939
value: .
4040
- name: hermetic

.tekton/odh-pipeline-runtime-minimal-cpu-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: dockerfile
4141
value: runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
4242
- name: build-args-file
43-
value: runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf
43+
value: runtimes/minimal/ubi9-python-3.12/build-args/konflux.cpu.conf
4444
- name: path-context
4545
value: .
4646
- name: hermetic

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: dockerfile
3535
value: runtimes/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda
3636
- name: build-args-file
37-
value: runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf
37+
value: runtimes/pytorch/ubi9-python-3.12/build-args/konflux.cuda.conf
3838
- name: path-context
3939
value: .
4040
- name: hermetic

.tekton/odh-pipeline-runtime-pytorch-cuda-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: dockerfile
4141
value: runtimes/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda
4242
- name: build-args-file
43-
value: runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf
43+
value: runtimes/pytorch/ubi9-python-3.12/build-args/konflux.cuda.conf
4444
- name: path-context
4545
value: .
4646
- name: hermetic

.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: dockerfile
4040
value: runtimes/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda
4141
- name: build-args-file
42-
value: runtimes/pytorch+llmcompressor/ubi9-python-3.12/build-args/cuda.conf
42+
value: runtimes/pytorch+llmcompressor/ubi9-python-3.12/build-args/konflux.cuda.conf
4343
- name: path-context
4444
value: .
4545
- name: hermetic

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: dockerfile
3535
value: runtimes/rocm-pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm
3636
- name: build-args-file
37-
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf
37+
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/konflux.rocm.conf
3838
- name: path-context
3939
value: .
4040
- name: hermetic

.tekton/odh-pipeline-runtime-pytorch-rocm-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: dockerfile
4040
value: runtimes/rocm-pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm
4141
- name: build-args-file
42-
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf
42+
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/konflux.rocm.conf
4343
- name: path-context
4444
value: .
4545
- name: hermetic

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: dockerfile
3535
value: runtimes/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda
3636
- name: build-args-file
37-
value: runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf
37+
value: runtimes/tensorflow/ubi9-python-3.12/build-args/konflux.cuda.conf
3838
- name: path-context
3939
value: .
4040
- name: hermetic

.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-v3-0-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: dockerfile
4141
value: runtimes/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda
4242
- name: build-args-file
43-
value: runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf
43+
value: runtimes/tensorflow/ubi9-python-3.12/build-args/konflux.cuda.conf
4444
- name: path-context
4545
value: .
4646
- name: hermetic

0 commit comments

Comments
 (0)