Skip to content

Commit 90df9b4

Browse files
authored
fix: Update parallelism for version tests CI
Signed-off-by: Eric Deandrea <[email protected]>
1 parent d471f08 commit 90df9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: The number of versions to verify in parallel
1313
required: false
1414
type: number
15-
default: 4
15+
default: '2'
1616
image:
1717
description: The docling-serve image to fetch
1818
required: true
@@ -86,7 +86,7 @@ jobs:
8686
echo "CREATE_GITHUB_ISSUE_FLAG=$CREATE_GITHUB_ISSUE_FLAG" >> $GITHUB_ENV
8787

8888
# Set defaults for scheduled runs
89-
echo "PARALLELISM=${{ inputs.parallelism || '4' }}" >> $GITHUB_ENV
89+
echo "PARALLELISM=${{ inputs.parallelism || '2' }}" >> $GITHUB_ENV
9090
echo "IMAGE=${{ inputs.image || 'docling-project/docling-serve' }}" >> $GITHUB_ENV
9191
echo "REGISTRY=${{ inputs.registry || 'ghcr.io' }}" >> $GITHUB_ENV
9292
echo "OUTPUT_DIR=${{ inputs.outputDir || 'results' }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)