Skip to content

Commit d14d70e

Browse files
authored
Merge branch 'customizations/24.8.14' into backport/24.8/83844
2 parents 94047f5 + d5c71c3 commit d14d70e

34 files changed

+395
-164
lines changed

.github/workflows/docker_test_images.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Build docker images
1010
description: set latest tag for resulting multiarch manifest
1111
required: false
1212
type: boolean
13-
default: false
13+
default: false
1414
secrets:
1515
secret_envs:
1616
description: if given, it's passed to the environments
@@ -26,10 +26,14 @@ env:
2626
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2727
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
2828
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
29+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
30+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
31+
ROBOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
2933

3034
jobs:
3135
DockerBuildAarch64:
32-
runs-on: [self-hosted, altinity-on-demand, altinity-type-cax41, altinity-image-arm-snapshot-22.04-arm, altinity-startup-snapshot, altinity-setup-none]
36+
runs-on: [self-hosted, altinity-on-demand, altinity-style-checker-aarch64]
3337
if: |
3438
!failure() && !cancelled() && toJson(fromJson(inputs.data).docker_data.missing_aarch64) != '[]'
3539
steps:
@@ -44,7 +48,7 @@ jobs:
4448
--image-tags '${{ toJson(fromJson(inputs.data).docker_data.images) }}' \
4549
--missing-images '${{ toJson(fromJson(inputs.data).docker_data.missing_aarch64) }}'
4650
DockerBuildAmd64:
47-
runs-on: [self-hosted, altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none]
51+
runs-on: [self-hosted, altinity-on-demand, altinity-style-checker]
4852
if: |
4953
!failure() && !cancelled() && toJson(fromJson(inputs.data).docker_data.missing_amd64) != '[]'
5054
steps:
@@ -60,7 +64,7 @@ jobs:
6064
--missing-images '${{ toJson(fromJson(inputs.data).docker_data.missing_amd64) }}'
6165
DockerMultiArchManifest:
6266
needs: [DockerBuildAmd64, DockerBuildAarch64]
63-
runs-on: [self-hosted, altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none]
67+
runs-on: [self-hosted, altinity-on-demand, altinity-style-checker]
6468
if: |
6569
!failure() && !cancelled() && (toJson(fromJson(inputs.data).docker_data.missing_multi) != '[]' || inputs.set_latest)
6670
steps:

.github/workflows/grype_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
TAG_SUFFIX: ${{ inputs.tag-suffix }}
6262
SPECIFIED_VERSION: ${{ inputs.version }}
6363
run: |
64-
python3 ./tests/ci/version_helper.py | tee /tmp/version_info
64+
python3 ./tests/ci/version_helper.py | grep = | grep -v , | tee /tmp/version_info
6565
source /tmp/version_info
6666
if [ -z "$SPECIFIED_VERSION" ]; then
6767
VERSION=$CLICKHOUSE_VERSION_STRING

.github/workflows/regression.yml

Lines changed: 170 additions & 23 deletions
Large diffs are not rendered by default.

.github/workflows/release_branches.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
secrets: inherit
493493
with:
494494
test_name: Integration tests (aarch64)
495-
runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-snapshot-22.04-arm, altinity-startup-snapshot, altinity-setup-none
495+
runner_type: altinity-on-demand, altinity-func-tester-aarch64
496496
data: ${{ needs.RunConfig.outputs.data }}
497497
#############################################################################################
498498
####################################### AST FUZZERS #########################################
@@ -504,7 +504,7 @@ jobs:
504504
secrets: inherit
505505
with:
506506
test_name: AST fuzzer (asan)
507-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none
507+
runner_type: altinity-on-demand, altinity-func-tester
508508
data: ${{ needs.RunConfig.outputs.data }}
509509
ASTFuzzerTsan:
510510
needs: [RunConfig, BuilderDebTsan]
@@ -513,7 +513,7 @@ jobs:
513513
secrets: inherit
514514
with:
515515
test_name: AST fuzzer (tsan)
516-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none
516+
runner_type: altinity-on-demand, altinity-func-tester
517517
data: ${{ needs.RunConfig.outputs.data }}
518518
ASTFuzzerMsan:
519519
needs: [RunConfig, BuilderDebMsan]
@@ -522,7 +522,7 @@ jobs:
522522
secrets: inherit
523523
with:
524524
test_name: AST fuzzer (msan)
525-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none
525+
runner_type: altinity-on-demand, altinity-func-tester
526526
data: ${{ needs.RunConfig.outputs.data }}
527527
ASTFuzzerUBsan:
528528
needs: [RunConfig, BuilderDebUBsan]
@@ -531,7 +531,7 @@ jobs:
531531
secrets: inherit
532532
with:
533533
test_name: AST fuzzer (ubsan)
534-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none
534+
runner_type: altinity-on-demand, altinity-func-tester
535535
data: ${{ needs.RunConfig.outputs.data }}
536536
ASTFuzzerDebug:
537537
needs: [RunConfig, BuilderDebDebug]
@@ -540,7 +540,7 @@ jobs:
540540
secrets: inherit
541541
with:
542542
test_name: AST fuzzer (debug)
543-
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none
543+
runner_type: altinity-on-demand, altinity-func-tester
544544
data: ${{ needs.RunConfig.outputs.data }}
545545
#############################################################################################
546546
##################################### REGRESSION TESTS ######################################
@@ -552,7 +552,7 @@ jobs:
552552
secrets: inherit
553553
with:
554554
runner_type: altinity-on-demand, altinity-regression-tester
555-
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
555+
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
556556
arch: release
557557
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
558558
timeout_minutes: 300
@@ -563,7 +563,7 @@ jobs:
563563
secrets: inherit
564564
with:
565565
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
566-
commit: e3c00be97a045aa04e9d1a6ec50cc64f4c387b70
566+
commit: fd33d9e73ebd14392d601d87902ddf0e7c90709c
567567
arch: aarch64
568568
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
569569
timeout_minutes: 300

docker/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ EOSQL
177177

178178
## License
179179

180-
View [license information](https://github.com/ClickHouse/ClickHouse/blob/master/LICENSE) for the software contained in this image.
180+
View [license information](https://github.com/Altinity/ClickHouse/blob/antalya/LICENSE) for the software contained in this image.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ClickHouse/ClickHouse
1+
https://github.com/Altinity/ClickHouse/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
View [license information](https://github.com/ClickHouse/ClickHouse/blob/master/LICENSE) for the software contained in this image.
1+
View [license information](https://github.com/Altinity/ClickHouse/blob/antalya/LICENSE) for the software contained in this image.

docker/server/README.src/logo.svg

Lines changed: 15 additions & 41 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ClickHouse Inc.](%%GITHUB-REPO%%)
1+
[Altinity Inc.](%%GITHUB-REPO%%)

docker/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## License
44

5-
View [license information](https://github.com/ClickHouse/ClickHouse/blob/master/LICENSE) for the software contained in this image.
5+
View [license information](https://github.com/Altinity/ClickHouse/blob/antalya/LICENSE) for the software contained in this image.

0 commit comments

Comments
 (0)