From 60dbe4bba6291b26e4e640418a4d2c529c8490dc Mon Sep 17 00:00:00 2001 From: konflux Date: Sat, 10 May 2025 12:18:26 +0000 Subject: [PATCH] Konflux build pipeline service account migration for notebooksminimal-poc Signed-off-by: konflux --- .tekton/notebooksminimal-poc-push.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.tekton/notebooksminimal-poc-push.yaml b/.tekton/notebooksminimal-poc-push.yaml index 1bf365e6b5..838671fcc3 100644 --- a/.tekton/notebooksminimal-poc-push.yaml +++ b/.tekton/notebooksminimal-poc-push.yaml @@ -1,6 +1,5 @@ apiVersion: tekton.dev/v1 kind: PipelineRun -#test metadata: annotations: build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/notebooks?rev={{revision}} @@ -9,9 +8,7 @@ metadata: pipelinesascode.tekton.dev/cancel-in-progress: "false" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "ide-poc" - && ( - ".tekton/notebooksminimal-poc-push.yaml".pathChanged() || + == "ide-poc" && ( ".tekton/notebooksminimal-poc-push.yaml".pathChanged() || "jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu".pathChanged() ) creationTimestamp: null labels: @@ -591,7 +588,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-notebooksminimal-poc workspaces: - name: git-auth secret: