Skip to content

Commit f62351a

Browse files
committed
perf(ci): calibrate webapp shards with CI timings
1 parent d760741 commit f62351a

2 files changed

Lines changed: 102 additions & 101 deletions

File tree

.github/workflows/unit-tests-webapp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
# one flaky shard shouldn't cancel its siblings - lets us re-run only the failed shard
2424
fail-fast: false
2525
matrix:
26-
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
26+
shardIndex:
27+
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
2728
shardTotal: [24]
2829
env:
2930
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)