Skip to content

Commit fb4be8e

Browse files
authored
ci: increase tracer suite parallelism to 14 (#15329)
## Description We have 14 venvs, but only use 9 jobs, so some jobs are running multiple venvs, moving it to be 1:1 venv to job will help with runtime and avoid timeouts. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent df81994 commit fb4be8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suitespec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ suites:
254254
DD_TRACE_AGENT_URL: http://localhost:8126
255255
KUBERNETES_MEMORY_REQUEST: "4Gi"
256256
KUBERNETES_MEMORY_LIMIT: "4Gi"
257-
parallelism: 9
257+
parallelism: 14
258258
paths:
259259
- '@tracing'
260260
- '@bootstrap'

0 commit comments

Comments
 (0)