Skip to content

Commit 614a4f7

Browse files
committed
github: reduce parallel tranches to 4 for Postgres-backed itests
CI has shown instability when running Postgres-backed integration tests with 6 parallel tranches. This change reduces the number of tranches to 4 in an attempt to reduce flakiness and improve test reliability.
1 parent 19330e8 commit 614a4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
go-version: '${{ env.GO_VERSION }}'
322322

323323
- name: run itest
324-
run: make itest-parallel dbbackend=postgres
324+
run: make itest-parallel dbbackend=postgres tranches=4
325325

326326
- name: Zip log files on failure
327327
if: ${{ failure() }}

0 commit comments

Comments
 (0)