Skip to content

Commit

Permalink
Merge remote-tracking branch 'altinity/customizations/23.3.5' into cu…
Browse files Browse the repository at this point in the history
…stomizations/23.3.8
  • Loading branch information
Enmk committed Jul 13, 2023
2 parents 1675f22 + 14d071b commit 03a6d8e
Show file tree
Hide file tree
Showing 110 changed files with 1,740 additions and 7,543 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backport_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@ jobs:
with:
clear-repository: true
fetch-depth: 0 # It MUST BE THE SAME for all dependencies and the job itself
- name: Check docker clickhouse/clickhouse-server building
- name: Check docker altinityinfra/clickhouse-server building
run: |
cd "$GITHUB_WORKSPACE/tests/ci"
python3 docker_server.py --release-type head --no-push \
--image-repo clickhouse/clickhouse-server --image-path docker/server
--image-repo altinityinfra/clickhouse-server --image-path docker/server
python3 docker_server.py --release-type head --no-push \
--image-repo clickhouse/clickhouse-keeper --image-path docker/keeper
--image-repo altinityinfra/clickhouse-keeper --image-path docker/keeper
- name: Cleanup
if: always()
run: |
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/cherry_pick.yml

This file was deleted.

174 changes: 0 additions & 174 deletions .github/workflows/docs_check.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/jepsen.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -857,13 +857,13 @@ jobs:
with:
clear-repository: true
fetch-depth: 0 # It MUST BE THE SAME for all dependencies and the job itself
- name: Check docker clickhouse/clickhouse-server building
- name: Check docker altinityinfra/clickhouse-server building
run: |
cd "$GITHUB_WORKSPACE/tests/ci"
python3 docker_server.py --release-type head \
--image-repo clickhouse/clickhouse-server --image-path docker/server
--image-repo altinityinfra/clickhouse-server --image-path docker/server
python3 docker_server.py --release-type head \
--image-repo clickhouse/clickhouse-keeper --image-path docker/keeper
--image-repo altinityinfra/clickhouse-keeper --image-path docker/keeper
- name: Cleanup
if: always()
run: |
Expand Down
Loading

0 comments on commit 03a6d8e

Please sign in to comment.