Skip to content

Commit dde49d6

Browse files
committed
regression jobs consistent name structure
1 parent 848edbd commit dde49d6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/regression.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
part: ${{ matrix.PART }}
197197
build_sha: ${{ inputs.build_sha }}
198198
set_commit_status: true
199-
job_name: alter-${{ matrix.ONLY }}${{ matrix.PART && format('-{0}', matrix.PART) || '' }}
199+
job_name: alter-${{ matrix.ONLY }}
200200
extra_args: --only "/alter/${{ matrix.ONLY }} partition/${{ matrix.PART && format('part {0}/', matrix.PART) || '' }}*"
201201
secrets: inherit
202202

@@ -222,7 +222,7 @@ jobs:
222222
storage_path: /${{ matrix.STORAGE }}
223223
build_sha: ${{ inputs.build_sha }}
224224
set_commit_status: true
225-
job_name: benchmark-${{ matrix.STORAGE }}
225+
job_name: benchmark_${{ matrix.STORAGE }}
226226
regression_args: --storage ${{ matrix.STORAGE }} --gcs-uri {{GCS_URI}} --gcs-key-id {{GCS_KEY_ID}} --gcs-key-secret {{GCS_KEY_SECRET}} --aws-s3-bucket {{AWS_BUCKET}} --aws-s3-region {{AWS_REGION}} --aws-s3-key-id {{AWS_KEY_ID}} --aws-s3-access-key {{AWS_ACCESS_KEY}}
227227
secrets: inherit
228228

@@ -250,7 +250,7 @@ jobs:
250250
part: ${{ matrix.PART }}
251251
build_sha: ${{ inputs.build_sha }}
252252
set_commit_status: true
253-
job_name: clickhouse_keeper-${{ matrix.PART }}-${{ matrix.SSL }}
253+
job_name: clickhouse_keeper_${{ matrix.SSL }}
254254
extra_args: ${{ matrix.SSL == 'ssl' && '--ssl' || '' }} --only "part ${{ matrix.PART }}/*"
255255
secrets: inherit
256256

@@ -276,7 +276,7 @@ jobs:
276276
part: ${{ matrix.PART }}
277277
build_sha: ${{ inputs.build_sha }}
278278
set_commit_status: true
279-
job_name: iceberg-${{ matrix.PART }}
279+
job_name: iceberg
280280
extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }}
281281
secrets: inherit
282282
LDAP:
@@ -300,7 +300,7 @@ jobs:
300300
runner_type: ${{ inputs.runner_type }}
301301
build_sha: ${{ inputs.build_sha }}
302302
set_commit_status: true
303-
job_name: ldap-${{ matrix.SUITE }}
303+
job_name: ldap_${{ matrix.SUITE }}
304304
secrets: inherit
305305

306306
Parquet:
@@ -345,7 +345,7 @@ jobs:
345345
storage_path: ${{ matrix.STORAGE }}
346346
build_sha: ${{ inputs.build_sha }}
347347
set_commit_status: true
348-
job_name: parquet-${{ matrix.STORAGE }}
348+
job_name: parquet_${{ matrix.STORAGE }}
349349
regression_args: --storage ${{ matrix.STORAGE }} --aws-s3-bucket {{AWS_BUCKET}} --aws-s3-region {{AWS_REGION}} --aws-s3-key-id {{AWS_KEY_ID}} --aws-s3-access-key {{AWS_ACCESS_KEY}}
350350
secrets: inherit
351351

@@ -371,7 +371,7 @@ jobs:
371371
part: ${{ matrix.PART }}
372372
build_sha: ${{ inputs.build_sha }}
373373
set_commit_status: true
374-
job_name: rbac-${{ matrix.PART }}
374+
job_name: rbac
375375
extra_args: --only "/rbac/part ${{ matrix.PART }}/*"
376376
secrets: inherit
377377
SSLServer:
@@ -396,7 +396,7 @@ jobs:
396396
part: ${{ matrix.PART }}
397397
build_sha: ${{ inputs.build_sha }}
398398
set_commit_status: true
399-
job_name: ssl_server-${{ matrix.PART }}
399+
job_name: ssl_server
400400
extra_args: --only "part ${{ matrix.PART }}/*"
401401
secrets: inherit
402402

@@ -427,7 +427,7 @@ jobs:
427427
part: ${{ matrix.PART }}
428428
build_sha: ${{ inputs.build_sha }}
429429
set_commit_status: true
430-
job_name: s3-${{ matrix.STORAGE }}-${{ matrix.PART }}
430+
job_name: s3_${{ matrix.STORAGE }}
431431
regression_args: --storage ${{ matrix.STORAGE }} --gcs-uri {{GCS_URI}} --gcs-key-id {{GCS_KEY_ID}} --gcs-key-secret {{GCS_KEY_SECRET}} --aws-s3-bucket {{AWS_BUCKET}} --aws-s3-region {{AWS_REGION}} --aws-s3-key-id {{AWS_KEY_ID}} --aws-s3-access-key {{AWS_ACCESS_KEY}} --azure-account-name {{AZURE_ACCOUNT_NAME}} --azure-storage-key {{AZURE_STORAGE_KEY}} --azure-container {{AZURE_CONTAINER_NAME}}
432432
extra_args: --only ":/try*" ":/part ${{ matrix.PART }}/*"
433433
secrets: inherit
@@ -454,7 +454,7 @@ jobs:
454454
storage_path: /${{ matrix.STORAGE }}
455455
build_sha: ${{ inputs.build_sha }}
456456
set_commit_status: true
457-
job_name: tiered_storage-${{ matrix.STORAGE }}
457+
job_name: tiered_storage_${{ matrix.STORAGE }}
458458
regression_args: --aws-s3-access-key {{AWS_ACCESS_KEY}} --aws-s3-key-id {{AWS_KEY_ID}} --aws-s3-uri https://s3.{{AWS_REGION}}.amazonaws.com/{{AWS_BUCKET}}/data/ --gcs-key-id {{GCS_KEY_ID}} --gcs-key-secret {{GCS_KEY_SECRET}} --gcs-uri {{GCS_URI}}
459459
extra_args: ${{ matrix.STORAGE != 'local' && format('--with-{0}', matrix.STORAGE) || '' }}
460460
secrets: inherit

0 commit comments

Comments
 (0)