mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
.github: reduce test execution concurrency
This commit is contained in:
@@ -135,7 +135,7 @@ runs:
|
||||
fi
|
||||
if [[ "${{ inputs.run_in_parallel }}" == "true" ]]; then
|
||||
# -n sets the number of parallel processes that pytest-xdist will run
|
||||
EXTRA_PARAMS="-n12 $EXTRA_PARAMS"
|
||||
EXTRA_PARAMS="-n8 $EXTRA_PARAMS"
|
||||
|
||||
# --dist=loadgroup points tests marked with @pytest.mark.xdist_group
|
||||
# to the same worker to make @pytest.mark.order work with xdist
|
||||
|
||||
Reference in New Issue
Block a user