diff --git a/.tekton/pipeline.yaml b/.tekton/pipeline.yaml index 1f99421e..53492d8a 100644 --- a/.tekton/pipeline.yaml +++ b/.tekton/pipeline.yaml @@ -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 diff --git a/.tekton/run_unittests.sh b/.tekton/run_unittests.sh index 7229fcf3..d85c70d8 100755 --- a/.tekton/run_unittests.sh +++ b/.tekton/run_unittests.sh @@ -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