Skip to content

Commit 21a38ce

Browse files
committed
add regression tests for version formatting
1 parent be04c5a commit 21a38ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
strategy:
146146
fail-fast: false
147147
matrix:
148-
SUITE: [aes_encryption, aggregate_functions, atomic_insert, base_58, clickhouse_keeper, data_types, datetime64_extended_range, disk_level_encryption, dns, engines, example, extended_precision_data_types, iceberg, kafka, kerberos, key_value, lightweight_delete, memory, part_moves_between_shards, rbac, selects, session_timezone, ssl_server, swarms, tiered_storage, window_functions]
148+
SUITE: [aes_encryption, aggregate_functions, atomic_insert, base_58, clickhouse_keeper, data_types, datetime64_extended_range, disk_level_encryption, dns, engines, example, extended_precision_data_types, iceberg, kafka, kerberos, key_value, lightweight_delete, memory, part_moves_between_shards, rbac, selects, session_timezone, ssl_server, swarms, tiered_storage, version, window_functions]
149149
needs: [runner_labels_setup]
150150
runs-on: ${{ fromJson(needs.runner_labels_setup.outputs.runner_labels) }}
151151
timeout-minutes: ${{ inputs.timeout_minutes }}

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
secrets: inherit
443443
with:
444444
runner_type: altinity-on-demand, altinity-regression-tester
445-
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
445+
commit: f30c3f3474febb8ad6fc6f0af8900ab9f04576f5
446446
arch: release
447447
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
448448
timeout_minutes: 300
@@ -453,7 +453,7 @@ jobs:
453453
secrets: inherit
454454
with:
455455
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
456-
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
456+
commit: f30c3f3474febb8ad6fc6f0af8900ab9f04576f5
457457
arch: aarch64
458458
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
459459
timeout_minutes: 300

0 commit comments

Comments
 (0)