From 766ef35ceec4aff005a59bb1458958c6df60062c Mon Sep 17 00:00:00 2001 From: Christopher Kodama Date: Tue, 22 Jul 2025 11:27:43 -0400 Subject: [PATCH] add placeholder yaml files to prevent merge conflicts --- .../odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml | 1 + .../odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml | 1 + .tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml | 1 + .../odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml | 1 + .../odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml | 1 + .../odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml | 1 + .../odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml | 1 + ...odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml | 1 + ...odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-datascience-cpu-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-push.yaml | 1 + .../odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-push.yaml | 1 + .tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-push.yaml | 1 + .tekton/odh-workbench-rstudio-minimal-cpu-py311-c9s-push.yaml | 1 + .tekton/odh-workbench-rstudio-minimal-cuda-py311-c9s-push.yaml | 1 + 34 files changed, 34 insertions(+) create mode 100644 .tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml create mode 100644 .tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-push.yaml create mode 100644 .tekton/odh-workbench-rstudio-minimal-cpu-py311-c9s-push.yaml create mode 100644 .tekton/odh-workbench-rstudio-minimal-cuda-py311-c9s-push.yaml diff --git a/.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml b/.tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml b/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-push.yaml b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-rstudio-minimal-cpu-py311-c9s-push.yaml b/.tekton/odh-workbench-rstudio-minimal-cpu-py311-c9s-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-rstudio-minimal-cpu-py311-c9s-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts diff --git a/.tekton/odh-workbench-rstudio-minimal-cuda-py311-c9s-push.yaml b/.tekton/odh-workbench-rstudio-minimal-cuda-py311-c9s-push.yaml new file mode 100644 index 0000000000..da68c8b8f0 --- /dev/null +++ b/.tekton/odh-workbench-rstudio-minimal-cuda-py311-c9s-push.yaml @@ -0,0 +1 @@ +# empty file to prevent merge conflicts