forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make builds and tests possible in Altinity's infrastructure
add comment and rename github robot token add clickhouse instance password parameter use Altinity's s3 bucket Use altinityinfra dockerhub images and minor adjustments (#135) Allow CI to be triggered on PR Proper error reporting during docker pull and lowercase version name allow `v22.3.x.y-altinitystable` git tags Download specific MinIO version instead of latest - same as upstream master remove stale chmod More stable CI/CD builds: - Rebuilding all docker images - Reduced number of docker images - Rerunning functional tests even if those were already executed in previous run Added missing dependencies for stateful tests Re-generating _pb2 files on each test run Changed hardcoded docker images name prefixes from `clickhouse/` to `altinityinfra/` Pushing images as :latest too to avoid some test failures reverted back to use clickhouse/jdbc-bridge etc.
- Loading branch information
1 parent
25886f5
commit f796d9c
Showing
94 changed files
with
539 additions
and
1,944 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,164 +1,149 @@ | ||
{ | ||
"docker/packager/deb": { | ||
"name": "clickhouse/deb-builder", | ||
"name": "altinityinfra/deb-builder", | ||
"dependent": [] | ||
}, | ||
"docker/packager/binary": { | ||
"name": "clickhouse/binary-builder", | ||
"name": "altinityinfra/binary-builder", | ||
"dependent": [ | ||
"docker/test/split_build_smoke_test", | ||
"docker/test/codebrowser" | ||
] | ||
}, | ||
"docker/test/compatibility/centos": { | ||
"name": "clickhouse/test-old-centos", | ||
"name": "altinityinfra/test-old-centos", | ||
"dependent": [] | ||
}, | ||
"docker/test/compatibility/ubuntu": { | ||
"name": "clickhouse/test-old-ubuntu", | ||
"name": "altinityinfra/test-old-ubuntu", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/base": { | ||
"name": "clickhouse/integration-test", | ||
"name": "altinityinfra/integration-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/fuzzer": { | ||
"name": "clickhouse/fuzzer", | ||
"name": "altinityinfra/fuzzer", | ||
"dependent": [] | ||
}, | ||
"docker/test/performance-comparison": { | ||
"name": "clickhouse/performance-comparison", | ||
"name": "altinityinfra/performance-comparison", | ||
"dependent": [] | ||
}, | ||
"docker/test/util": { | ||
"name": "clickhouse/test-util", | ||
"name": "altinityinfra/test-util", | ||
"dependent": [ | ||
"docker/test/base", | ||
"docker/test/fasttest" | ||
] | ||
}, | ||
"docker/test/stateless": { | ||
"name": "clickhouse/stateless-test", | ||
"name": "altinityinfra/stateless-test", | ||
"dependent": [ | ||
"docker/test/stateful", | ||
"docker/test/unit" | ||
] | ||
}, | ||
"docker/test/stateful": { | ||
"name": "clickhouse/stateful-test", | ||
"name": "altinityinfra/stateful-test", | ||
"dependent": [ | ||
"docker/test/stress" | ||
] | ||
}, | ||
"docker/test/unit": { | ||
"name": "clickhouse/unit-test", | ||
"name": "altinityinfra/unit-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/stress": { | ||
"name": "clickhouse/stress-test", | ||
"name": "altinityinfra/stress-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/split_build_smoke_test": { | ||
"name": "clickhouse/split-build-smoke-test", | ||
"name": "altinityinfra/split-build-smoke-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/codebrowser": { | ||
"name": "clickhouse/codebrowser", | ||
"name": "altinityinfra/codebrowser", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/runner": { | ||
"only_amd64": true, | ||
"name": "clickhouse/integration-tests-runner", | ||
"name": "altinityinfra/integration-tests-runner", | ||
"dependent": [] | ||
}, | ||
"docker/test/testflows/runner": { | ||
"name": "clickhouse/testflows-runner", | ||
"name": "altinityinfra/testflows-runner", | ||
"dependent": [] | ||
}, | ||
"docker/test/fasttest": { | ||
"name": "clickhouse/fasttest", | ||
"name": "altinityinfra/fasttest", | ||
"dependent": [] | ||
}, | ||
"docker/test/style": { | ||
"name": "clickhouse/style-test", | ||
"name": "altinityinfra/style-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/s3_proxy": { | ||
"name": "clickhouse/s3-proxy", | ||
"name": "altinityinfra/s3-proxy", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/resolver": { | ||
"name": "clickhouse/python-bottle", | ||
"name": "altinityinfra/python-bottle", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/helper_container": { | ||
"name": "clickhouse/integration-helper", | ||
"name": "altinityinfra/integration-helper", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/mysql_golang_client": { | ||
"name": "clickhouse/mysql-golang-client", | ||
"name": "altinityinfra/mysql-golang-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/dotnet_client": { | ||
"name": "clickhouse/dotnet-client", | ||
"name": "altinityinfra/dotnet-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/mysql_java_client": { | ||
"name": "clickhouse/mysql-java-client", | ||
"name": "altinityinfra/mysql-java-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/mysql_js_client": { | ||
"name": "clickhouse/mysql-js-client", | ||
"name": "altinityinfra/mysql-js-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/mysql_php_client": { | ||
"name": "clickhouse/mysql-php-client", | ||
"name": "altinityinfra/mysql-php-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/postgresql_java_client": { | ||
"name": "clickhouse/postgresql-java-client", | ||
"name": "altinityinfra/postgresql-java-client", | ||
"dependent": [] | ||
}, | ||
"docker/test/integration/kerberos_kdc": { | ||
"only_amd64": true, | ||
"name": "clickhouse/kerberos-kdc", | ||
"name": "altinityinfra/kerberos-kdc", | ||
"dependent": [] | ||
}, | ||
"docker/test/base": { | ||
"name": "clickhouse/test-base", | ||
"dependent": [ | ||
"name": "altinityinfra/test-base", | ||
"dependent": [ | ||
"docker/test/stateless", | ||
"docker/test/integration/base", | ||
"docker/test/fuzzer", | ||
"docker/test/keeper-jepsen" | ||
] | ||
] | ||
}, | ||
"docker/test/integration/kerberized_hadoop": { | ||
"only_amd64": true, | ||
"name": "clickhouse/kerberized-hadoop", | ||
"name": "altinityinfra/kerberized-hadoop", | ||
"dependent": [] | ||
}, | ||
"docker/test/sqlancer": { | ||
"name": "clickhouse/sqlancer-test", | ||
"name": "altinityinfra/sqlancer-test", | ||
"dependent": [] | ||
}, | ||
"docker/test/keeper-jepsen": { | ||
"name": "clickhouse/keeper-jepsen-test", | ||
"dependent": [] | ||
}, | ||
"docker/docs/builder": { | ||
"name": "clickhouse/docs-builder", | ||
"dependent": [ | ||
"docker/docs/check", | ||
"docker/docs/release" | ||
] | ||
}, | ||
"docker/docs/check": { | ||
"name": "clickhouse/docs-check", | ||
"dependent": [] | ||
}, | ||
"docker/docs/release": { | ||
"name": "clickhouse/docs-release", | ||
"name": "altinityinfra/keeper-jepsen-test", | ||
"dependent": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docker/test/integration/runner/compose/docker_compose_dotnet_client.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: '2.3' | ||
services: | ||
dotnet1: | ||
image: clickhouse/dotnet-client:${DOCKER_DOTNET_CLIENT_TAG:-latest} | ||
image: altinityinfra/dotnet-client:${DOCKER_DOTNET_CLIENT_TAG:-latest} | ||
# to keep container running | ||
command: sleep infinity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docker/test/integration/runner/compose/docker_compose_mysql_golang_client.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: '2.3' | ||
services: | ||
golang1: | ||
image: clickhouse/mysql-golang-client:${DOCKER_MYSQL_GOLANG_CLIENT_TAG:-latest} | ||
image: altinityinfra/mysql-golang-client:${DOCKER_MYSQL_GOLANG_CLIENT_TAG:-latest} | ||
# to keep container running | ||
command: sleep infinity |
2 changes: 1 addition & 1 deletion
2
docker/test/integration/runner/compose/docker_compose_mysql_java_client.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: '2.3' | ||
services: | ||
java1: | ||
image: clickhouse/mysql-java-client:${DOCKER_MYSQL_JAVA_CLIENT_TAG:-latest} | ||
image: altinityinfra/mysql-java-client:${DOCKER_MYSQL_JAVA_CLIENT_TAG:-latest} | ||
# to keep container running | ||
command: sleep infinity |
Oops, something went wrong.