Skip to content

Konflux build pipeline service account migration #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ide-poc
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .tekton/runtime-rocm-tensorflow-poc-push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apiVersion: tekton.dev/v1
#test
kind: PipelineRun
metadata:
annotations:
Expand All @@ -9,10 +8,9 @@ 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-rocm-tensorflow-poc-push.yaml".pathChanged() ||
"runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm".pathChanged() )
== "ide-poc" && ( ".tekton/runtime-rocm-tensorflow-poc-push.yaml".pathChanged()
|| "runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm".pathChanged()
)
creationTimestamp: null
labels:
appstudio.openshift.io/application: notebooks
Expand All @@ -21,8 +19,6 @@ metadata:
name: runtime-rocm-tensorflow-poc-on-push
namespace: rhoai-tenant
spec:
timeouts:
pipeline: 8h
params:
- name: git-url
value: '{{source_url}}'
Expand Down Expand Up @@ -593,7 +589,10 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-runtime-rocm-tensorflow-poc
timeouts:
pipeline: 8h0m0s
workspaces:
- name: git-auth
secret:
Expand Down