mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
more renames
This commit is contained in:
parent
ca88ecfad3
commit
d7da8eca6f
5 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
plano:
|
||||||
image: katanemo/plano:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ do
|
||||||
echo "Running tests for $demo ..."
|
echo "Running tests for $demo ..."
|
||||||
echo "****************************************"
|
echo "****************************************"
|
||||||
cd ../../$demo
|
cd ../../$demo
|
||||||
echo "starting archgw"
|
echo "starting plano"
|
||||||
archgw up config.yaml
|
plano up config.yaml
|
||||||
echo "starting docker containers"
|
echo "starting docker containers"
|
||||||
# only execute docker compose if demo is use_cases/preference_based_routing
|
# only execute docker compose if demo is use_cases/preference_based_routing
|
||||||
if [ "$demo" == "use_cases/preference_based_routing" ]; then
|
if [ "$demo" == "use_cases/preference_based_routing" ]; then
|
||||||
|
|
@ -33,12 +33,12 @@ do
|
||||||
echo "starting hurl tests"
|
echo "starting hurl tests"
|
||||||
if ! hurl hurl_tests/*.hurl; then
|
if ! hurl hurl_tests/*.hurl; then
|
||||||
echo "Hurl tests failed for $demo"
|
echo "Hurl tests failed for $demo"
|
||||||
echo "docker logs for archgw:"
|
echo "docker logs for plano:"
|
||||||
docker logs archgw | tail -n 100
|
docker logs plano | tail -n 100
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "stopping docker containers and archgw"
|
echo "stopping docker containers and plano"
|
||||||
archgw down
|
plano down
|
||||||
docker compose down -v
|
docker compose down -v
|
||||||
cd ../../shared/test_runner
|
cd ../../shared/test_runner
|
||||||
done
|
done
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- LLM_GATEWAY_ENDPOINT=${LLM_GATEWAY_ENDPOINT:-http://host.docker.internal:12000/v1}
|
- LLM_GATEWAY_ENDPOINT=${LLM_GATEWAY_ENDPOINT:-http://host.docker.internal:12000/v1}
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?OPENAI_API_KEY environment variable is required but not set}
|
- OPENAI_API_KEY=${OPENAI_API_KEY:?OPENAI_API_KEY environment variable is required but not set}
|
||||||
archgw:
|
plano:
|
||||||
build:
|
build:
|
||||||
context: ../../../
|
context: ../../../
|
||||||
dockerfile: arch/Dockerfile
|
dockerfile: arch/Dockerfile
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
plano:
|
||||||
image: katanemo/plano:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
plano:
|
||||||
image: katanemo/plano:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue