Skip to content

Commit e084378

Browse files
committed
add export parts to run-regression
1 parent 0c42a82 commit e084378

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/workflows/run-regression.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ on:
9797
- s3_azure
9898
- s3_gcs
9999
- s3_minio
100+
- export_part
101+
- export_partition
100102
- selects
101103
- session_timezone
102104
- settings
@@ -1161,7 +1163,27 @@ jobs:
11611163
artifacts: ${{ inputs.artifacts }}
11621164
runner_arch: ${{ inputs.arch }}
11631165
secrets: inherit
1164-
1166+
1167+
export_part:
1168+
if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 'export_part' }}
1169+
uses: ./.github/workflows/reusable-suite.yml
1170+
with:
1171+
suite_name: s3
1172+
job_name: export_part
1173+
timeout_minutes: 360
1174+
storage_path: /export_part
1175+
regression_args: '--storage minio'
1176+
artifact_name: export-part-artefacts
1177+
ref: ${{ inputs.ref }}
1178+
package: ${{ inputs.package }}
1179+
version: ${{ inputs.version }}
1180+
flags: ${{ inputs.flags }}
1181+
output_format: ${{ inputs.output_format }}
1182+
extra_args: ${{ inputs.extra_args }} --only "/s3/minio/part 3/export part/*"
1183+
artifacts: ${{ inputs.artifacts }}
1184+
runner_arch: ${{ inputs.arch }}
1185+
secrets: inherit
1186+
11651187
s3_minio_1:
11661188
if: ${{ inputs.suite == 'all' || inputs.suite == 's3_all' || inputs.suite == 's3_minio' }}
11671189
uses: ./.github/workflows/reusable-suite.yml

0 commit comments

Comments
 (0)