Skip to content

Commit

Permalink
fix(ci): reduce parallelism (#12441)
Browse files Browse the repository at this point in the history
Co-authored-by: Chakravarthy Racharla <[email protected]>
  • Loading branch information
hsheth2 and chakru-r authored Jan 22, 2025
1 parent 282395d commit b4e23c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,8 @@ jobs:
# python_batch_count is used to split pytests in the smoke-test (batches of actual test functions)
# cypress_batch_count is used to split the collection of cypress test specs into batches.
run: |
echo "cypress_batch_count=11" >> "$GITHUB_OUTPUT"
echo "python_batch_count=5" >> "$GITHUB_OUTPUT"
echo "cypress_batch_count=5" >> "$GITHUB_OUTPUT"
echo "python_batch_count=3" >> "$GITHUB_OUTPUT"
- id: set-matrix
# For m batches for python and n batches for cypress, we need a test matrix of python x m + cypress x n.
Expand Down

0 comments on commit b4e23c5

Please sign in to comment.