From 3a774011134ea479d25ae40eb86e74c695d7ae9c Mon Sep 17 00:00:00 2001 From: Alex Fan Date: Wed, 3 Dec 2025 10:54:29 +0000 Subject: [PATCH] offboard rstudio for rhoai-3.2 --- ...dio-minimal-cpu-py312-rhel9-v3-2-push.yaml | 65 ------------------ ...io-minimal-cuda-py312-rhel9-v3-2-push.yaml | 66 ------------------- 2 files changed, 131 deletions(-) delete mode 100644 .tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml delete mode 100644 .tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml diff --git a/.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml b/.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml deleted file mode 100644 index d3c94cc11..000000000 --- a/.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/notebooks?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/cancel-in-progress: "false" - pipelinesascode.tekton.dev/max-keep-runs: "3" - build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "rhoai-3.2" && !("manifests/base/params-latest.env".pathChanged()) && - ( ".tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml".pathChanged() || "rstudio/rhel9-python-3.12/**".pathChanged() || "rstudio/rhel9-python-3.12/build-args/cpu.conf".pathChanged() ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: rhoai-v3-2 - appstudio.openshift.io/component: odh-workbench-rstudio-minimal-cpu-py312-v3-2 - pipelines.appstudio.openshift.io/type: build - name: odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-on-push - namespace: rhoai-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: additional-tags - value: - - '{{target_branch}}-{{revision}}' - - name: output-image - value: quay.io/rhoai/odh-workbench-rstudio-minimal-cpu-py312-rhel9:{{target_branch}} - - name: additional-labels - value: - - version=v3.2.0 - - io.openshift.tags=odh-workbench-rstudio-minimal-cpu-py312 - - name: dockerfile - value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cpu - - name: path-context - value: . - - name: build-args-file - value: rstudio/rhel9-python-3.12/build-args/cpu.conf - - name: hermetic - value: false - - name: build-image-index - value: true - - name: build-platforms - value: - - linux/x86_64 - - linux-m2xlarge/arm64 - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/red-hat-data-services/konflux-central.git - - name: revision - value: '{{ target_branch }}' - - name: pathInRepo - value: pipelines/multi-arch-container-build.yaml - taskRunTemplate: - serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cpu-py312-rhel9-poc - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml b/.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml deleted file mode 100644 index 965f2f5fc..000000000 --- a/.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -#TEST -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/notebooks?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/cancel-in-progress: "false" - pipelinesascode.tekton.dev/max-keep-runs: "3" - build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "rhoai-3.2" && !("manifests/base/params-latest.env".pathChanged()) && - ( ".tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml".pathChanged() || "rstudio/rhel9-python-3.12/**".pathChanged() || "rstudio/rhel9-python-3.12/build-args/cuda.conf".pathChanged() ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: rhoai-v3-2 - appstudio.openshift.io/component: odh-workbench-rstudio-minimal-cuda-py312-v3-2 - pipelines.appstudio.openshift.io/type: build - name: odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-on-push - namespace: rhoai-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: additional-tags - value: - - '{{target_branch}}-{{revision}}' - - name: output-image - value: quay.io/rhoai/odh-workbench-rstudio-minimal-cuda-py312-rhel9:{{target_branch}} - - name: additional-labels - value: - - version=v3.2.0 - - io.openshift.tags=odh-workbench-rstudio-minimal-cuda-py312 - - name: dockerfile - value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cuda - - name: path-context - value: . - - name: build-args-file - value: rstudio/rhel9-python-3.12/build-args/cuda.conf - - name: hermetic - value: false - - name: build-image-index - value: true - - name: build-platforms - value: - - linux/x86_64 - - linux-m2xlarge/arm64 - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/red-hat-data-services/konflux-central.git - - name: revision - value: '{{ target_branch }}' - - name: pathInRepo - value: pipelines/multi-arch-container-build.yaml - taskRunTemplate: - serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cuda-py312-rhel9-poc - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {}