Skip to content
Snippets Groups Projects
Unverified Commit c49a841d authored by Rhea Danzey's avatar Rhea Danzey
Browse files

Try increasing parallelism for complement


Signed-off-by: default avatarRhea Danzey <rdanzey@element.io>
parent 5dbf32fa
No related tags found
No related merge requests found
......@@ -663,7 +663,7 @@ jobs:
# use p=1 concurrency as GHA boxes are underpowered and don't like running tons of synapses at once.
- run: |
set -o pipefail
COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -p 1 -json 2>&1 | synapse/.ci/scripts/gotestfmt
COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -p 4 -json 2>&1 | synapse/.ci/scripts/gotestfmt
shell: bash
env:
POSTGRES: ${{ (matrix.database == 'Postgres') && 1 || '' }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment