Skip to content

Commit d355055

Browse files
committed
Refactor listings
1 parent e0d3597 commit d355055

File tree

1 file changed

+70
-72
lines changed

1 file changed

+70
-72
lines changed

Diff for: .github/workflows/test.yml

+70-72
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,28 @@ jobs:
3636
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
3737
matrix:
3838
python-version: [py37, py38, py39, py310, py311, pypy3]
39-
package: [
40-
"api",
41-
"sdk",
42-
"semantic-conventions",
43-
"getting-started",
44-
"opentracing-shim",
45-
"opencensus-shim",
46-
"exporter-jaeger-combined",
47-
"exporter-jaeger-proto-grpc",
48-
"exporter-jaeger-thrift",
49-
"exporter-opencensus",
50-
"exporter-otlp-proto-common",
51-
"exporter-otlp-combined",
52-
"exporter-otlp-proto-grpc",
53-
"exporter-otlp-proto-http",
54-
"exporter-prometheus",
55-
"exporter-zipkin-combined",
56-
"exporter-zipkin-proto-http",
57-
"exporter-zipkin-json",
58-
"protobuf",
59-
"propagator-b3"
60-
"propagator-jaeger"
61-
]
39+
package:
40+
- "api",
41+
- "sdk",
42+
- "semantic-conventions",
43+
- "getting-started",
44+
- "opentracing-shim",
45+
- "opencensus-shim",
46+
- "exporter-jaeger-combined",
47+
- "exporter-jaeger-proto-grpc",
48+
- "exporter-jaeger-thrift",
49+
- "exporter-opencensus",
50+
- "exporter-otlp-proto-common",
51+
- "exporter-otlp-combined",
52+
- "exporter-otlp-proto-grpc",
53+
- "exporter-otlp-proto-http",
54+
- "exporter-prometheus",
55+
- "exporter-zipkin-combined",
56+
- "exporter-zipkin-proto-http",
57+
- "exporter-zipkin-json",
58+
- "protobuf",
59+
- "propagator-b3"
60+
- "propagator-jaeger"
6261
os: [ubuntu-20.04, windows-2019]
6362
steps:
6463
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
@@ -150,55 +149,54 @@ jobs:
150149
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
151150
matrix:
152151
python-version: [py37]
153-
package: [
154-
"aiohttp-client",
155-
"aiohttp-server",
156-
"aiopg",
157-
"aio-pika",
158-
"asgi",
159-
"asyncpg",
160-
"aws-lambda",
161-
"boto",
162-
"boto3sqs",
163-
"botocore",
164-
"cassandra",
165-
"celery",
166-
"confluent-kafka",
167-
"dbapi",
168-
"django",
169-
"elasticsearch",
170-
"falcon",
171-
"fastapi",
172-
"flask",
173-
"grpc",
174-
"httpx",
175-
"jinja2",
176-
"kafka-python",
177-
"logging",
178-
"mysql",
179-
"mysqlclient",
180-
"pika",
181-
"psycopg2",
182-
"pymemcache",
183-
"pymongo",
184-
"pymysql",
185-
"pyramid",
186-
"redis",
187-
"remoulade",
188-
"requests",
189-
"sklearn",
190-
"sqlalchemy",
191-
"sqlite3",
192-
"starlette",
193-
"system-metrics",
194-
"tornado",
195-
"tortoiseorm",
196-
"urllib",
197-
"urllib3",
198-
"wsgi",
199-
"prometheus-remote-write",
200-
"richconsole"
201-
]
152+
package:
153+
- "aiohttp-client"
154+
- "aiohttp-server"
155+
- "aiopg"
156+
- "aio-pika"
157+
- "asgi"
158+
- "asyncpg"
159+
- "aws-lambda"
160+
- "boto"
161+
- "boto3sqs"
162+
- "botocore"
163+
- "cassandra"
164+
- "celery"
165+
- "confluent-kafka"
166+
- "dbapi"
167+
- "django"
168+
- "elasticsearch"
169+
- "falcon"
170+
- "fastapi"
171+
- "flask"
172+
- "grpc"
173+
- "httpx"
174+
- "jinja2"
175+
- "kafka-python"
176+
- "logging"
177+
- "mysql"
178+
- "mysqlclient"
179+
- "pika"
180+
- "psycopg2"
181+
- "pymemcache"
182+
- "pymongo"
183+
- "pymysql"
184+
- "pyramid"
185+
- "redis"
186+
- "remoulade"
187+
- "requests"
188+
- "sklearn"
189+
- "sqlalchemy"
190+
- "sqlite3"
191+
- "starlette"
192+
- "system-metrics"
193+
- "tornado"
194+
- "tortoiseorm"
195+
- "urllib"
196+
- "urllib3"
197+
- "wsgi"
198+
- "prometheus-remote-write"
199+
- "richconsole"
202200
os: [ubuntu-20.04]
203201
steps:
204202
- name: Checkout Contrib Repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}

0 commit comments

Comments
 (0)