Skip to content

Commit 73f1791

Browse files
committed
More shards
1 parent 4cce734 commit 73f1791

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/run-integration-test/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ runs:
6161
--retries 2 \
6262
--retry-delay 35 \
6363
--log-cli-level=DEBUG \
64+
--durations \
6465
-s -vv
6566
env:
6667
PINECONE_API_KEY: ${{ steps.decrypt-api-key.outputs.decrypted_secret }}

.github/workflows/testing-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python_version: ${{ fromJson(inputs.python_versions_json) }}
30-
shard: [1, 2, 3, 4, 5]
31-
total_shards: [5]
30+
shard: [1, 2, 3, 4, 5, 6, 7, 8]
31+
total_shards: [8]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Setup Poetry

0 commit comments

Comments
 (0)