Skip to content

Commit 422def8

Browse files
authored
Expand Windows from 4 shards to 5. (#2845)
CI times are creeping up towards 2 hours for the long pole shard.
1 parent a5604cf commit 422def8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,19 +250,23 @@ jobs:
250250
- python-version: "3.13"
251251
test-cmd: test-py313-pip25.1.1-integration
252252
artifact-name: integration-1
253-
pex-test-pos-args: --shard 1/4 --junit-report ../dist/test-results/integration-1.xml
253+
pex-test-pos-args: --shard 1/5 --junit-report ../dist/test-results/integration-1.xml
254254
- python-version: "3.13"
255255
test-cmd: test-py313-pip25.1.1-integration
256256
artifact-name: integration-2
257-
pex-test-pos-args: --shard 2/4 --junit-report ../dist/test-results/integration-2.xml
257+
pex-test-pos-args: --shard 2/5 --junit-report ../dist/test-results/integration-2.xml
258258
- python-version: "3.13"
259259
test-cmd: test-py313-pip25.1.1-integration
260260
artifact-name: integration-3
261-
pex-test-pos-args: --shard 3/4 --junit-report ../dist/test-results/integration-3.xml
261+
pex-test-pos-args: --shard 3/5 --junit-report ../dist/test-results/integration-3.xml
262262
- python-version: "3.13"
263263
test-cmd: test-py313-pip25.1.1-integration
264264
artifact-name: integration-4
265-
pex-test-pos-args: --shard 4/4 --junit-report ../dist/test-results/integration-4.xml
265+
pex-test-pos-args: --shard 4/5 --junit-report ../dist/test-results/integration-4.xml
266+
- python-version: "3.13"
267+
test-cmd: test-py313-pip25.1.1-integration
268+
artifact-name: integration-5
269+
pex-test-pos-args: --shard 5/5 --junit-report ../dist/test-results/integration-5.xml
266270
steps:
267271
- name: Checkout Pex
268272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)