Skip to content

Commit

Permalink
Shard extra CI configurations (#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Jan 12, 2024
1 parent 2797a9c commit 0804f2b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/go-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,23 @@ jobs:
fail-fast: false
matrix:
task: [postgresql, sqlite, mysql]
shard_index: [1]
shard_total: [1]
shard_index: [1, 2, 3]
shard_total: [3]
disable_pushdown: [false, true]
include:
- task: postgresql
shard_index: 1
shard_total: 1
shard_total: 3
disable_pushdown: false
postgres_dockerfile: citus
- task: postgresql
shard_index: 2
shard_total: 3
disable_pushdown: false
postgres_dockerfile: citus
- task: postgresql
shard_index: 3
shard_total: 3
disable_pushdown: false
postgres_dockerfile: citus

Expand Down

0 comments on commit 0804f2b

Please sign in to comment.