ci cpu only
This commit is contained in:
parent
364f24a2ca
commit
b5d0d23fbe
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -186,8 +186,8 @@ test-ci:
|
|||
@set -e; \
|
||||
echo "📦 Installing test dependencies..."; \
|
||||
uv sync --group dev; \
|
||||
echo "🚀 Starting infra (OpenSearch + Dashboards + Langflow)"; \
|
||||
make infra; \
|
||||
echo "🚀 Starting infra (OpenSearch + Dashboards + Langflow) with CPU containers"; \
|
||||
docker compose -f docker-compose-cpu.yml up -d opensearch dashboards langflow; \
|
||||
echo "⏳ Waiting for OpenSearch..."; \
|
||||
for i in $$(seq 1 60); do \
|
||||
curl -k -s https://localhost:9200 -u admin:$${OPENSEARCH_PASSWORD} >/dev/null 2>&1 && break || sleep 2; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue