File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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'
5863jobs :
5964 generate_matrix :
6065 name : Generate matrix
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`
You can’t perform that action at this time.
0 commit comments