ci: add 'make run-cluster-with-etcd' to run greptimedb cluster by using docker-compose (#4103)

This commit is contained in:
zyy17
2024-06-05 16:07:29 +08:00
committed by GitHub
parent 1850fe2956
commit 417ab3b779
2 changed files with 106 additions and 0 deletions

View File

@@ -201,6 +201,10 @@ run-it-in-container: start-etcd ## Run integration tests in dev-builder.
-w /greptimedb ${IMAGE_REGISTRY}/${IMAGE_NAMESPACE}/dev-builder-${BASE_IMAGE}:latest \
make test sqlness-test BUILD_JOBS=${BUILD_JOBS}
.PHONY: run-cluster-with-etcd
run-cluster-with-etcd: ## Run greptime cluster with etcd in docker-compose.
docker compose -f ./docker/docker-compose/cluster-with-etcd.yaml up
##@ Docs
config-docs: ## Generate configuration documentation from toml files.
docker run --rm \