Skip to content

Commit

Permalink
Separate contrib jobs per instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 3, 2023
1 parent d054dff commit db4031d
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,55 @@ jobs:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
python-version: [py37]
package: ["instrumentation", "exporter"]
package: [
"aiohttp-client",
"aiohttp-server",
"aiopg",
"aio-pika",
"asgi",
"asyncpg",
"aws-lambda",
"boto",
"boto3sqs",
"botocore",
"cassandra",
"celery",
"confluent-kafka",
"dbapi",
"django",
"elasticsearch",
"falcon",
"fastapi",
"flask",
"grpc",
"httpx",
"jinja2",
"kafka-python",
"logging",
"mysql",
"mysqlclient",
"pika",
"psycopg2",
"pymemcache",
"pymongo",
"pymysql",
"pyramid",
"redis",
"remoulade",
"requests",
"sklearn",
"sqlalchemy",
"sqlite3",
"starlette",
"system-metrics",
"tornado",
"tortoiseorm",
"urllib",
"urllib3",
"wsgi",
"prometheus-remote-write",
"richconsole"
]
os: [ubuntu-20.04]
steps:
- name: Checkout Contrib Repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
Expand Down

0 comments on commit db4031d

Please sign in to comment.