Skip to content

Commit 485dd4f

Browse files
committed
Merge remote-tracking branch 'altinity/customizations/22.8.20' into customizations/22.8.21
2 parents 70872e9 + dfafa41 commit 485dd4f

File tree

160 files changed

+2635
-5955
lines changed

Some content is hidden

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

160 files changed

+2635
-5955
lines changed

.github/workflows/backport_branches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,13 +450,13 @@ jobs:
450450
with:
451451
clear-repository: true
452452
fetch-depth: 0 # It MUST BE THE SAME for all dependencies and the job itself
453-
- name: Check docker clickhouse/clickhouse-server building
453+
- name: Check docker altinity/clickhouse-server building
454454
run: |
455455
cd "$GITHUB_WORKSPACE/tests/ci"
456456
python3 docker_server.py --release-type head --no-push \
457-
--image-repo clickhouse/clickhouse-server --image-path docker/server
457+
--image-repo altinity/clickhouse-server --image-path docker/server
458458
python3 docker_server.py --release-type head --no-push \
459-
--image-repo clickhouse/clickhouse-keeper --image-path docker/keeper
459+
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
460460
- name: Cleanup
461461
if: always()
462462
run: |

.github/workflows/cherry_pick.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/docs_check.yml

Lines changed: 0 additions & 175 deletions
This file was deleted.

.github/workflows/jepsen.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,13 +895,13 @@ jobs:
895895
with:
896896
clear-repository: true
897897
fetch-depth: 0 # It MUST BE THE SAME for all dependencies and the job itself
898-
- name: Check docker clickhouse/clickhouse-server building
898+
- name: Check docker altinity/clickhouse-server building
899899
run: |
900900
cd "$GITHUB_WORKSPACE/tests/ci"
901901
python3 docker_server.py --release-type head \
902-
--image-repo clickhouse/clickhouse-server --image-path docker/server
902+
--image-repo altinity/clickhouse-server --image-path docker/server
903903
python3 docker_server.py --release-type head \
904-
--image-repo clickhouse/clickhouse-keeper --image-path docker/keeper
904+
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
905905
- name: Cleanup
906906
if: always()
907907
run: |

0 commit comments

Comments
 (0)