Skip to content

Commit

Permalink
chore(ci): order test suite names in jobspec (#11340)
Browse files Browse the repository at this point in the history
Re-ordered the GitLab test suites to maintain alphabetization. No
content change.

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
  • Loading branch information
erikayasuda authored Nov 19, 2024
1 parent 31bfea7 commit cd671e2
Showing 1 changed file with 99 additions and 99 deletions.
198 changes: 99 additions & 99 deletions tests/contrib/jobspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,34 @@ aiohttp:
env:
SUITE_NAME: aiohttp
parallelism: 3
algoliasearch:
runner: riot
is_snapshot: true
env:
SUITE_NAME: algoliasearch
aredis:
runner: riot
is_snapshot: true
services:
- redis
env:
SUITE_NAME: "aredis$"
parallelism: 3
asgi:
runner: riot
is_snapshot: true
env:
SUITE_NAME: "asgi$"
tornado:
asynctest:
runner: riot
env:
SUITE_NAME: "asynctest$"
parallelism: 3
avro:
runner: riot
is_snapshot: true
env:
SUITE_NAME: tornado
SUITE_NAME: avro
bottle:
runner: riot
is_snapshot: true
Expand Down Expand Up @@ -157,94 +175,93 @@ httpx:
env:
SUITE_NAME: httpx
parallelism: 2
molten:
jinja2:
runner: riot
is_snapshot: true
env:
SUITE_NAME: molten
pylibmc:
SUITE_NAME: jinja2
kafka:
runner: riot
is_snapshot: true
services:
- memcached
env:
SUITE_NAME: pylibmc
asynctest:
runner: riot
- kafka
env:
SUITE_NAME: "asynctest$"
parallelism: 3
pymemcache:
SUITE_NAME: kafka
TEST_KAFKA_HOST: "kafka"
TEST_KAFKA_PORT: "29092"
parallelism: 4
kombu:
runner: riot
is_snapshot: true
services:
- memcached
- rabbitmq
env:
SUITE_NAME: pymemcache
pymongo:
SUITE_NAME: kombu
logbook:
runner: riot
is_snapshot: true
services:
- mongo
env:
SUITE_NAME: pymongo
pynamodb:
SUITE_NAME: logbook
loguru:
runner: riot
is_snapshot: true
env:
SUITE_NAME: pynamodb
pyodbc:
SUITE_NAME: loguru
mako:
runner: riot
is_snapshot: true
env:
SUITE_NAME: pyodbc
pyramid:
SUITE_NAME: mako
molten:
runner: riot
is_snapshot: true
env:
SUITE_NAME: pyramid
requests:
SUITE_NAME: molten
opentracer:
runner: riot
env:
SUITE_NAME: opentracer
protobuf:
runner: riot
is_snapshot: true
services:
- httpbin_local
env:
SUITE_NAME: requests
sanic:
SUITE_NAME: protobuf
pylibmc:
runner: riot
is_snapshot: true
services:
- memcached
env:
SUITE_NAME: sanic
snowflake:
SUITE_NAME: pylibmc
pymemcache:
runner: riot
is_snapshot: true
services:
- memcached
env:
SUITE_NAME: snowflake
starlette:
SUITE_NAME: pymemcache
pymongo:
runner: riot
is_snapshot: true
services:
- mongo
env:
SUITE_NAME: starlette
structlog:
SUITE_NAME: pymongo
pynamodb:
runner: riot
is_snapshot: true
env:
SUITE_NAME: structlog
aredis:
SUITE_NAME: pynamodb
pyodbc:
runner: riot
is_snapshot: true
services:
- redis
env:
SUITE_NAME: "aredis$"
parallelism: 3
yaaredis:
SUITE_NAME: pyodbc
pyramid:
runner: riot
is_snapshot: true
services:
- redis
env:
SUITE_NAME: "yaaredis$"
SUITE_NAME: pyramid
redis:
runner: riot
is_snapshot: true
Expand All @@ -262,99 +279,82 @@ rediscluster:
- rediscluster
env:
SUITE_NAME: rediscluster
rq:
runner: riot
is_snapshot: true
services:
- redis
env:
SUITE_NAME: rq
parallelism: 2
urllib3:
requests:
runner: riot
is_snapshot: true
services:
- httpbin_local
env:
SUITE_NAME: urllib3
TEST_HTTPBIN_HOST: "httpbin-local"
TEST_HTTPBIN_PORT: "8001"
wsgi:
runner: riot
is_snapshot: true
env:
SUITE_NAME: wsgi
kafka:
SUITE_NAME: requests
rq:
runner: riot
is_snapshot: true
services:
- kafka
- redis
env:
SUITE_NAME: kafka
TEST_KAFKA_HOST: "kafka"
TEST_KAFKA_PORT: "29092"
parallelism: 4
kombu:
SUITE_NAME: rq
parallelism: 2
sanic:
runner: riot
is_snapshot: true
services:
- rabbitmq
env:
SUITE_NAME: kombu
jinja2:
SUITE_NAME: sanic
snowflake:
runner: riot
is_snapshot: true
env:
SUITE_NAME: jinja2
mako:
SUITE_NAME: snowflake
sourcecode:
runner: riot
is_snapshot: true
env:
SUITE_NAME: mako
algoliasearch:
SUITE_NAME: sourcecode
starlette:
runner: riot
is_snapshot: true
env:
SUITE_NAME: algoliasearch
logbook:
SUITE_NAME: starlette
stdlib:
runner: riot
is_snapshot: true
env:
SUITE_NAME: logbook
loguru:
SUITE_NAME: 'asyncio$|sqlite3$|futures$|dbapi$|dbapi_async$'
structlog:
runner: riot
is_snapshot: true
env:
SUITE_NAME: loguru
stdlib:
SUITE_NAME: structlog
subprocess:
runner: riot
is_snapshot: true
env:
SUITE_NAME: 'asyncio$|sqlite3$|futures$|dbapi$|dbapi_async$'
SUITE_NAME: subprocess
test_logging:
runner: riot
is_snapshot: true
env:
SUITE_NAME: test_logging
subprocess:
runner: riot
env:
SUITE_NAME: subprocess
sourcecode:
tornado:
runner: riot
is_snapshot: true
env:
SUITE_NAME: sourcecode
opentracer:
SUITE_NAME: tornado
urllib3:
runner: riot
is_snapshot: true
services:
- httpbin_local
env:
SUITE_NAME: opentracer
protobuf:
SUITE_NAME: urllib3
TEST_HTTPBIN_HOST: "httpbin-local"
TEST_HTTPBIN_PORT: "8001"
wsgi:
runner: riot
is_snapshot: true
env:
SUITE_NAME: protobuf
avro:
SUITE_NAME: wsgi
yaaredis:
runner: riot
is_snapshot: true
services:
- redis
env:
SUITE_NAME: avro
SUITE_NAME: "yaaredis$"

0 comments on commit cd671e2

Please sign in to comment.