Skip to content

Commit f30b2b2

Browse files
Merge branch 'antalya-25.8' into feature/antalya-25.8/timezone_for_partitioning
2 parents ceee46f + 406ada4 commit f30b2b2

File tree

266 files changed

+5269
-2078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+5269
-2078
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4179,7 +4179,7 @@ jobs:
41794179
secrets: inherit
41804180
with:
41814181
runner_type: altinity-regression-tester
4182-
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
4182+
commit: 92f4413c775fc750e826951f5d235766c562a98f
41834183
arch: x86
41844184
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41854185
timeout_minutes: 210
@@ -4191,7 +4191,7 @@ jobs:
41914191
secrets: inherit
41924192
with:
41934193
runner_type: altinity-regression-tester-aarch64
4194-
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
4194+
commit: 92f4413c775fc750e826951f5d235766c562a98f
41954195
arch: aarch64
41964196
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41974197
timeout_minutes: 210

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,7 +3204,7 @@ jobs:
32043204
32053205
docker_server_image:
32063206
runs-on: [self-hosted, altinity-on-demand, altinity-style-checker]
3207-
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_amd_release, build_arm_release, stateless_tests_amd_asan_distributed_plan_parallel_1_2, stateless_tests_amd_asan_distributed_plan_parallel_2_2, stateless_tests_amd_debug_parallel, stateless_tests_arm_binary_parallel]
3207+
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_amd_release, build_arm_release]
32083208
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'RG9ja2VyIHNlcnZlciBpbWFnZQ==') }}
32093209
name: "Docker server image"
32103210
outputs:
@@ -3249,7 +3249,7 @@ jobs:
32493249
32503250
docker_keeper_image:
32513251
runs-on: [self-hosted, altinity-on-demand, altinity-style-checker]
3252-
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_amd_release, build_arm_release, stateless_tests_amd_asan_distributed_plan_parallel_1_2, stateless_tests_amd_asan_distributed_plan_parallel_2_2, stateless_tests_amd_debug_parallel, stateless_tests_arm_binary_parallel]
3252+
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_amd_release, build_arm_release]
32533253
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'RG9ja2VyIGtlZXBlciBpbWFnZQ==') }}
32543254
name: "Docker keeper image"
32553255
outputs:
@@ -4045,7 +4045,7 @@ jobs:
40454045
secrets: inherit
40464046
with:
40474047
runner_type: altinity-regression-tester
4048-
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
4048+
commit: 92f4413c775fc750e826951f5d235766c562a98f
40494049
arch: x86
40504050
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40514051
timeout_minutes: 210
@@ -4057,7 +4057,7 @@ jobs:
40574057
secrets: inherit
40584058
with:
40594059
runner_type: altinity-regression-tester-aarch64
4060-
commit: b6ad0719560fc2e01298d287c7564d8e74ae915e
4060+
commit: 92f4413c775fc750e826951f5d235766c562a98f
40614061
arch: aarch64
40624062
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
40634063
timeout_minutes: 210

.github/workflows/regression-reusable-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
SUITE_EXECUTABLE: ${{ inputs.suite_executable }}
7575
STORAGE: ${{ inputs.storage_path }}
7676
PART: ${{ inputs.part }}
77+
REPORT_JOB_NAME: ${{ format('{0}{1}', inputs.job_name != '' && inputs.job_name || inputs.suite_name, inputs.part != '' && format('_{0}', inputs.part) || '') }}
7778
# AWS credentials
7879
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7980
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -98,7 +99,7 @@ jobs:
9899
--local
99100
--collect-service-logs
100101
--output ${{ inputs.output_format }}
101-
--attr project="${GITHUB_REPOSITORY}" project.id="${GITHUB_REPOSITORY_ID}" user.name="${GITHUB_ACTOR}" version="${{ fromJson(inputs.workflow_config).custom_data.version.string }}" package="$clickhouse_path" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name=$GITHUB_JOB job.retry=$GITHUB_RUN_ATTEMPT job.url="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" arch="$(uname -i)"
102+
--attr project="${GITHUB_REPOSITORY}" project.id="${GITHUB_REPOSITORY_ID}" user.name="${GITHUB_ACTOR}" version="${{ fromJson(inputs.workflow_config).custom_data.version.string }}" package="$clickhouse_path" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name="$REPORT_JOB_NAME" job.retry=$GITHUB_RUN_ATTEMPT job.url="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" arch="$(uname -i)"
102103
--cicd
103104
--log raw.log
104105
${{ inputs.flags != 'none' && inputs.flags || ''}}

0 commit comments

Comments
 (0)