From df32da972b8acbef6905a2df9bdfa9eb4c03954e Mon Sep 17 00:00:00 2001 From: "Vath. Sok" <4911597+ysok@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:40:22 -0500 Subject: [PATCH 1/3] test 1 --- runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu | 1 + 1 file changed, 1 insertion(+) diff --git a/runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu b/runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu index c62b7cfda5..9635b607dd 100644 --- a/runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu +++ b/runtimes/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu @@ -1,3 +1,4 @@ +# Test 1 ######################### # configuration args # ######################### From db8ee6df0140dad573d3fb8df925816433e8f204 Mon Sep 17 00:00:00 2001 From: "Vath. Sok" <4911597+ysok@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:43:15 -0500 Subject: [PATCH 2/3] Added build-runtime-datascience --- ...odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml index 5a96dd8157..c9f712ef40 100644 --- a/.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/cancel-in-progress: "true" pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-comment: "^/build-konflux" + pipelinesascode.tekton.dev/on-comment: "^/(build-konflux|build-runtime-datascience)" pipelinesascode.tekton.dev/on-event: "[pull_request]" labels: appstudio.openshift.io/application: automation From c045a665c34f2d97150d82ed6aae7b106c4271f7 Mon Sep 17 00:00:00 2001 From: "Vath. Sok" <4911597+ysok@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:52:01 -0500 Subject: [PATCH 3/3] Added build-jupyter-datascience --- ...dh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml index 59df3cffba..eab8a20f38 100644 --- a/.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/cancel-in-progress: "true" pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-comment: "^/build-konflux" + pipelinesascode.tekton.dev/on-comment: "^/(build-konflux|build-jupyter-datascience)" pipelinesascode.tekton.dev/on-event: "[pull_request]" labels: appstudio.openshift.io/application: automation