Skip to content

Commit fc62b81

Browse files
move to 15 shards
1 parent 8c62de9 commit fc62b81

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
TOTAL_SHARDS: 10
11+
TOTAL_SHARDS: 15
1212

1313
jobs:
1414
test:
@@ -22,7 +22,7 @@ jobs:
2222
go-version: [1.22.x, 1.23.x]
2323
platform: [ubuntu-latest, macos-latest, windows-latest]
2424
feature-flags: ["DEFAULT", "PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW"]
25-
shard: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
25+
shard: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
2626
exclude:
2727
- platform: windows-latest
2828
feature-flags: "PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW"
@@ -46,6 +46,16 @@ jobs:
4646
shard: 8
4747
- platform: windows-latest
4848
shard: 9
49+
- platform: windows-latest
50+
shard: 10
51+
- platform: windows-latest
52+
shard: 11
53+
- platform: windows-latest
54+
shard: 12
55+
- platform: windows-latest
56+
shard: 13
57+
- platform: windows-latest
58+
shard: 14
4959
- platform: macos-latest
5060
shard: 1
5161
- platform: macos-latest
@@ -64,6 +74,16 @@ jobs:
6474
shard: 8
6575
- platform: macos-latest
6676
shard: 9
77+
- platform: macos-latest
78+
shard: 10
79+
- platform: macos-latest
80+
shard: 11
81+
- platform: macos-latest
82+
shard: 12
83+
- platform: macos-latest
84+
shard: 13
85+
- platform: macos-latest
86+
shard: 14
6787
runs-on: ${{ matrix.platform }}
6888
steps:
6989
- name: Install pulumi

0 commit comments

Comments
 (0)