Skip to content

Commit

Permalink
ci(tekton): skip gevent-starlette task
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
  • Loading branch information
Varsha GS committed Oct 4, 2024
1 parent 6b7ff82 commit 272b419
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,21 @@ spec:
workspaces:
- name: task-pvc
workspace: python-tracer-ci-pipeline-pvc
- name: unittest-gevent-starlette
runAfter:
- clone
matrix:
params:
- name: imageDigest
value:
# 3.9.20-bookworm
- "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
taskRef:
name: python-tracer-unittest-gevent-starlette-task
workspaces:
- name: task-pvc
workspace: python-tracer-ci-pipeline-pvc
# TODO: uncomment after gevent instrumentation is complete
# - name: unittest-gevent-starlette
# runAfter:
# - clone
# matrix:
# params:
# - name: imageDigest
# value:
# # 3.9.20-bookworm
# - "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
# taskRef:
# name: python-tracer-unittest-gevent-starlette-task
# workspaces:
# - name: task-pvc
# workspace: python-tracer-ci-pipeline-pvc
- name: unittest-googlecloud
runAfter:
- clone
Expand Down

0 comments on commit 272b419

Please sign in to comment.