mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
wait
This commit is contained in:
parent
444f2f09fa
commit
28f857a00b
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ log =====================
|
|||
cd ../model_server
|
||||
poetry install
|
||||
log starting model server
|
||||
poetry run archgw_modelserver restart
|
||||
poetry run archgw_modelserver restart &
|
||||
cd -
|
||||
|
||||
log building llm and prompt gateway rust modules
|
||||
|
|
@ -30,8 +30,12 @@ sh build_filter_image.sh
|
|||
log starting the arch gateway service
|
||||
log =================================
|
||||
docker compose down
|
||||
log waiting for model service to be healthy
|
||||
wait_for_healthz "http://localhost:51000/healthz" 60
|
||||
docker compose up -d
|
||||
log waiting for arch gateway service to be healthy
|
||||
wait_for_healthz "http://localhost:10000/healthz" 60
|
||||
log waiting for arch gateway service to be healthy
|
||||
cd -
|
||||
|
||||
log running e2e tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue