Skip to content

Commit d5a6393

Browse files
authored
Merge branch 'containers:main' into main
2 parents 5230fed + a4390f5 commit d5a6393

File tree

91 files changed

+244
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+244
-86
lines changed

.tekton/asahi-llama-server/asahi-llama-server-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
timeouts:
4040
pipeline: 12h
4141
finally: 15m
42+
taskRunTemplate:
43+
serviceAccountName: build-pipeline-asahi-llama-server
4244
workspaces:
4345
- name: git-auth
4446
secret:

.tekton/asahi-llama-server/asahi-llama-server-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
timeouts:
3737
pipeline: 12h
3838
finally: 15m
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-asahi-llama-server
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/asahi-rag/asahi-rag-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
timeouts:
4040
pipeline: 12h
4141
finally: 15m
42+
taskRunTemplate:
43+
serviceAccountName: build-pipeline-asahi-rag
4244
workspaces:
4345
- name: git-auth
4446
secret:

.tekton/asahi-rag/asahi-rag-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
timeouts:
3737
pipeline: 12h
3838
finally: 15m
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-asahi-rag
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/asahi-whisper-server/asahi-whisper-server-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
timeouts:
4040
pipeline: 12h
4141
finally: 15m
42+
taskRunTemplate:
43+
serviceAccountName: build-pipeline-asahi-whisper-server
4244
workspaces:
4345
- name: git-auth
4446
secret:

.tekton/asahi-whisper-server/asahi-whisper-server-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
timeouts:
3737
pipeline: 12h
3838
finally: 15m
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-asahi-whisper-server
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/asahi/asahi-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
timeouts:
3434
pipeline: 12h
3535
finally: 15m
36+
taskRunTemplate:
37+
serviceAccountName: build-pipeline-asahi
3638
workspaces:
3739
- name: git-auth
3840
secret:

.tekton/asahi/asahi-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
timeouts:
3131
pipeline: 12h
3232
finally: 15m
33+
taskRunTemplate:
34+
serviceAccountName: build-pipeline-asahi
3335
workspaces:
3436
- name: git-auth
3537
secret:

.tekton/bats/bats-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
timeouts:
3434
pipeline: 12h
3535
finally: 15m
36+
taskRunTemplate:
37+
serviceAccountName: build-pipeline-bats
3638
workspaces:
3739
- name: git-auth
3840
secret:

.tekton/bats/bats-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
timeouts:
3131
pipeline: 12h
3232
finally: 15m
33+
taskRunTemplate:
34+
serviceAccountName: build-pipeline-bats
3335
workspaces:
3436
- name: git-auth
3537
secret:

0 commit comments

Comments
 (0)