Skip to content

Commit 360dfdf

Browse files
authored
Merge branch 'duckdb:main' into ad/vortex-0.53
2 parents 32dde15 + ca4b34f commit 360dfdf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ on:
5555
required: false
5656
type: string
5757
default: ""
58+
# auto/enabled/disabled: when enabled (or enabled through auto) will skip redundant architectures to reduce CI load
59+
reduced_ci_mode:
60+
required: false
61+
type: string
62+
default: 'auto'
5863
jobs:
5964
generate_matrix:
6065
name: Generate matrix
@@ -71,7 +76,7 @@ jobs:
7176

7277
- id: parse-matrices
7378
run: |
74-
python3 ./extension-ci-tools/scripts/modify_distribution_matrix.py --input ./extension-ci-tools/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
79+
python3 ./extension-ci-tools/scripts/modify_distribution_matrix.py --input ./extension-ci-tools/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty --reduced_ci_mode ${{ inputs.reduced_ci_mode }}
7580
deploy_matrix="`cat deploy_matrix.json`"
7681
echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
7782
echo `cat $GITHUB_OUTPUT`

0 commit comments

Comments
 (0)