File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments