Skip to content
Merged
Show file tree
Hide file tree
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
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
2 changes: 1 addition & 1 deletion .tekton/run_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ googlecloud)
export GOOGLE_CLOUD_TEST='true' ;;
aws)
export REQUIREMENTS='requirements-312.txt'
export TESTS=('tests_aws')
export TESTS=('tests_aws') ;;
*)
echo "ERROR \$TEST_CONFIGURATION='${TEST_CONFIGURATION}' is unsupported " \
"not in (default|cassandra|couchbase|gevent_starlette|googlecloud)" >&2
Expand Down