Skip to content

Commit 081c01f

Browse files
GSVarshapvital
authored andcommitted
ci(tekton): Run only pipelines/tasks required for currency
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
1 parent 8fd76d8 commit 081c01f

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

.tekton/pipeline.yaml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,12 @@ spec:
66
params:
77
- name: revision
88
type: string
9-
- name: py-38-imageDigest
10-
type: string
11-
default: public.ecr.aws/docker/library/python:3.8-bookworm
12-
- name: py-39-imageDigest
13-
type: string
14-
default: public.ecr.aws/docker/library/python:3.9-bookworm
15-
- name: py-310-imageDigest
16-
type: string
17-
default: public.ecr.aws/docker/library/python:3.10-bookworm
18-
- name: py-311-imageDigest
19-
type: string
20-
default: public.ecr.aws/docker/library/python:3.11-bookworm
219
- name: py-312-imageDigest
2210
type: string
2311
default: public.ecr.aws/docker/library/python:3.12-bookworm
2412
- name: py-313-imageDigest
2513
type: string
2614
default: public.ecr.aws/docker/library/python:3.13-bookworm
27-
- name: py-314-imageDigest
28-
type: string
29-
default: public.ecr.aws/docker/library/python:3.14.0rc3
3015
workspaces:
3116
- name: python-tracer-ci-pipeline-pvc
3217
tasks:
@@ -48,13 +33,7 @@ spec:
4833
params:
4934
- name: imageDigest
5035
value:
51-
- $(params.py-38-imageDigest)
52-
- $(params.py-39-imageDigest)
53-
- $(params.py-310-imageDigest)
54-
- $(params.py-311-imageDigest)
55-
- $(params.py-312-imageDigest)
5636
- $(params.py-313-imageDigest)
57-
# - $(params.py-314-imageDigest)
5837
taskRef:
5938
name: python-tracer-unittest-default-task
6039
workspaces:
@@ -82,17 +61,6 @@ spec:
8261
workspaces:
8362
- name: task-pvc
8463
workspace: python-tracer-ci-pipeline-pvc
85-
- name: unittest-aws
86-
runAfter:
87-
- clone
88-
params:
89-
- name: imageDigest
90-
value: $(params.py-313-imageDigest)
91-
taskRef:
92-
name: python-tracer-unittest-aws-task
93-
workspaces:
94-
- name: task-pvc
95-
workspace: python-tracer-ci-pipeline-pvc
9664
- name: unittest-kafka
9765
runAfter:
9866
- clone
@@ -104,15 +72,3 @@ spec:
10472
workspaces:
10573
- name: task-pvc
10674
workspace: python-tracer-ci-pipeline-pvc
107-
- name: unittest-python-next
108-
displayName: "Python next $(params.imageDigest)"
109-
runAfter:
110-
- clone
111-
params:
112-
- name: py-version
113-
value: 3.14.0rc3
114-
taskRef:
115-
name: python-tracer-unittest-python-next-task
116-
workspaces:
117-
- name: task-pvc
118-
workspace: python-tracer-ci-pipeline-pvc

.tekton/scheduled-eventlistener.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: git-commit-sha
2626
value: $(tt.params.git-commit-sha)
2727
pipelineRef:
28-
name: github-pr-python-tracer-ci-pipeline
28+
name: python-tracer-ci-pipeline
2929
workspaces:
3030
- name: python-tracer-ci-pipeline-pvc
3131
volumeClaimTemplate:

0 commit comments

Comments
 (0)