Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): use parallelism of 8 instead of 7 for large jobs (#4544)
## Description When we added testing for Python 3.11 we did not increase the CircleCI parallelism from 7 to 8. This means we have some jobs which we expect get one node per-Python version which are now running 2 Python test suites on the same node. ## Reviewer Checklist - [x] Title is accurate. - [x] Description motivates each change. - [x] No unnecessary changes were introduced in this PR. - [x] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Tests provided or description of manual testing performed is included in the code or PR. - [x] Release note has been added for fixes and features, or else `changelog/no-changelog` label added. - [x] All relevant GitHub issues are correctly linked. - [x] Backports are identified and tagged with Mergifyio.
- Loading branch information