diff --git a/.tekton/notebooks-rocm-pytorch-poc-push.yaml b/.tekton/notebooks-rocm-pytorch-poc-push.yaml index 75f842dea0..9cdb12bd04 100644 --- a/.tekton/notebooks-rocm-pytorch-poc-push.yaml +++ b/.tekton/notebooks-rocm-pytorch-poc-push.yaml @@ -8,10 +8,8 @@ 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/notebooks-rocm-pytorch-poc-push.yaml".pathChanged() || - "jupyter/rocm/pytorch/ubi9-python-3.11/Dockerfile.rocm".pathChanged() ) + == "ide-poc" && ( ".tekton/notebooks-rocm-pytorch-poc-push.yaml".pathChanged() + || "jupyter/rocm/pytorch/ubi9-python-3.11/Dockerfile.rocm".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: notebooks @@ -20,8 +18,6 @@ metadata: name: notebooks-rocm-pytorch-poc-on-push namespace: rhoai-tenant spec: - timeouts: - pipeline: 8h params: - name: git-url value: '{{source_url}}' @@ -592,7 +588,10 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-notebooks-rocm-pytorch-poc + timeouts: + pipeline: 8h0m0s workspaces: - name: git-auth secret: