Skip to content

Commit 7a8a816

Browse files
committed
regression: update hash and new suites
1 parent 3635c44 commit 7a8a816

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ env:
9595
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
9696
CHECKS_DATABASE_HOST: ${{ secrets.CHECKS_DATABASE_HOST }}
9797
CHECKS_DATABASE_USER: ${{ secrets.CLICKHOUSE_TEST_STAT_LOGIN }}
98-
CHECKS_DATABASE_PASSWORD: ${{ secrets.CLICKHOUSE_TEST_STAT_PASSWORD }}
98+
CHECKS_DATABASE_PASSWORD: ${{ secrets.CLICKHOUSE_TEST_STAT_PASSWORD }}
9999
args: --test-to-end
100100
--no-colors
101101
--local
@@ -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, kafka, kerberos, key_value, lightweight_delete, memory, part_moves_between_shards, rbac, selects, session_timezone, ssl_server, 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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ on: # yamllint disable-line rule:truthy
2727
tags:
2828
- '*'
2929
workflow_dispatch:
30+
inputs:
31+
workflow_name:
32+
description: 'Name of the workflow'
33+
required: false
34+
type: string
3035

3136
jobs:
3237
RunConfig:
@@ -437,7 +442,7 @@ jobs:
437442
secrets: inherit
438443
with:
439444
runner_type: altinity-on-demand, altinity-regression-tester
440-
commit: 88c93f843cd48cd9defc6cec6b98d6b98f94adde
445+
commit: f30c3f3474febb8ad6fc6f0af8900ab9f04576f5
441446
arch: release
442447
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
443448
timeout_minutes: 300
@@ -448,7 +453,7 @@ jobs:
448453
secrets: inherit
449454
with:
450455
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
451-
commit: 88c93f843cd48cd9defc6cec6b98d6b98f94adde
456+
commit: f30c3f3474febb8ad6fc6f0af8900ab9f04576f5
452457
arch: aarch64
453458
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
454459
timeout_minutes: 300

0 commit comments

Comments
 (0)