diff --git a/.tekton/runtime-tensorflow-poc-push.yaml b/.tekton/runtime-tensorflow-poc-push.yaml index da82086878..655a01f1bc 100644 --- a/.tekton/runtime-tensorflow-poc-push.yaml +++ b/.tekton/runtime-tensorflow-poc-push.yaml @@ -1,6 +1,5 @@ apiVersion: tekton.dev/v1 kind: PipelineRun -#test1 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/runtime-tensorflow-poc-push.yaml".pathChanged() || + == "ide-poc" && ( ".tekton/runtime-tensorflow-poc-push.yaml".pathChanged() || "runtimes/tensorflow/ubi9-python-3.11/Dockerfile.cuda".pathChanged() ) creationTimestamp: null labels: @@ -21,8 +18,6 @@ metadata: name: runtime-tensorflow-poc-on-push namespace: rhoai-tenant spec: - timeouts: - pipeline: 8h params: - name: git-url value: '{{source_url}}' @@ -593,7 +588,10 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-runtime-tensorflow-poc + timeouts: + pipeline: 8h0m0s workspaces: - name: git-auth secret: