Skip to content

Commit 5955fc3

Browse files
committed
debug: merge pipelines
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent bbd8661 commit 5955fc3

2 files changed

Lines changed: 30 additions & 47 deletions

File tree

.tekton/.currency/currency-pipeline.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.tekton/pipeline.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,33 @@ spec:
8585
workspaces:
8686
- name: task-pvc
8787
workspace: python-tracer-ci-pipeline-pvc
88+
- name: update-version-tracker
89+
runAfter:
90+
- unittest-default
91+
- unittest-cassandra
92+
- unittest-gevent-starlette
93+
- unittest-kafka
94+
params:
95+
- name: revision
96+
value: $(params.revision)
97+
taskRef:
98+
name: update-version-tracker-task
99+
workspaces:
100+
- name: task-pvc
101+
workspace: python-tracer-ci-pipeline-pvc
102+
- name: generate-currency-report
103+
runAfter:
104+
- update-version-tracker
105+
taskRef:
106+
name: generate-currency-report-task
107+
workspaces:
108+
- name: task-pvc
109+
workspace: python-tracer-ci-pipeline-pvc
110+
- name: upload-currency-report
111+
runAfter:
112+
- generate-currency-report
113+
taskRef:
114+
name: upload-currency-report-task
115+
workspaces:
116+
- name: task-pvc
117+
workspace: python-tracer-ci-pipeline-pvc

0 commit comments

Comments
 (0)