-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run tests in parallel workflows using pytest extension pytest-split. Set the number of parallel workflows using matrix: test_group_id: [1,2,3,...] Set pytest number of groups and group id pytest --splits 2 --group ${{ matrix.test_group_id }} We should periodically run all tests on one machine and commit generated files containing durations. pytest-split extension will use this file in its splitting algorithm. pytest --store-durations Other changes: Adjust job_id detection for multiple jobs Adjust log collection and artifacts upload
- Loading branch information
1 parent
28b3096
commit ac1ceef
Showing
2 changed files
with
1,157 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.