Skip to content

Commit 0979d9b

Browse files
committed
Separate jobs per instrumentation
Fixes open-telemetry#2036
1 parent c2691e0 commit 0979d9b

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

.github/workflows/test.yml

+54-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,60 @@ jobs:
2424
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
2525
matrix:
2626
python-version: [ py37, py38, py39, py310, py311, pypy3 ]
27-
package: ["instrumentation", "distro", "exporter", "sdkextension", "propagator", "resource"]
27+
package: [
28+
"aiohttp-client",
29+
"aiohttp-server",
30+
"aiopg",
31+
"aio-pika",
32+
"asgi",
33+
"asyncpg",
34+
"aws-lambda",
35+
"boto",
36+
"boto3sqs",
37+
"botocore",
38+
"cassandra",
39+
"celery",
40+
"confluent-kafka",
41+
"dbapi",
42+
"django",
43+
"elasticsearch",
44+
"falcon",
45+
"fastapi",
46+
"flask",
47+
"grpc",
48+
"httpx",
49+
"jinja2",
50+
"kafka-python",
51+
"logging",
52+
"mysql",
53+
"mysqlclient",
54+
"pika",
55+
"psycopg2",
56+
"pymemcache",
57+
"pymongo",
58+
"pymysql",
59+
"pyramid",
60+
"redis",
61+
"remoulade",
62+
"requests",
63+
"sklearn",
64+
"sqlalchemy",
65+
"sqlite3",
66+
"starlette",
67+
"system-metrics",
68+
"tornado",
69+
"tortoiseorm",
70+
"urllib",
71+
"urllib3",
72+
"wsgi",
73+
"distro",
74+
"richconsole",
75+
"prometheus-remote-write",
76+
"sdkextension-aws",
77+
"propagator-aws-xray",
78+
"propagator-ot-trace",
79+
"resource-detector-container"
80+
]
2881
os: [ ubuntu-20.04 ]
2982
steps:
3083
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}

0 commit comments

Comments
 (0)