mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
add --docker flag to E2E tests and demo scripts
This commit is contained in:
parent
9d223d54f9
commit
53d11ae235
14 changed files with 35 additions and 35 deletions
|
|
@ -20,7 +20,7 @@ start_demo() {
|
|||
|
||||
# Step 3: Start Plano
|
||||
echo "Starting Plano with config.yaml..."
|
||||
planoai up config.yaml
|
||||
planoai up --docker config.yaml
|
||||
|
||||
# Step 4: Start developer services
|
||||
echo "Starting Network Agent using Docker Compose..."
|
||||
|
|
@ -35,7 +35,7 @@ stop_demo() {
|
|||
|
||||
# Step 2: Stop Plano
|
||||
echo "Stopping Plano..."
|
||||
planoai down
|
||||
planoai down --docker
|
||||
}
|
||||
|
||||
# Main script logic
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ start_demo() {
|
|||
|
||||
# Step 3: Start Plano
|
||||
echo "Starting Plano with arch_config_with_aliases.yaml..."
|
||||
planoai up arch_config_with_aliases.yaml
|
||||
planoai up --docker arch_config_with_aliases.yaml
|
||||
|
||||
echo "\n\nPlano started successfully."
|
||||
echo "Please run the following command to test the setup: python bench.py\n"
|
||||
|
|
@ -29,7 +29,7 @@ start_demo() {
|
|||
stop_demo() {
|
||||
# Step 2: Stop Plano
|
||||
echo "Stopping Plano..."
|
||||
planoai down
|
||||
planoai down --docker
|
||||
}
|
||||
|
||||
# Main script logic
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ start_demo() {
|
|||
|
||||
# Step 3: Start Plano
|
||||
echo "Starting Plano with config.yaml..."
|
||||
planoai up config.yaml
|
||||
planoai up --docker config.yaml
|
||||
|
||||
# Step 4: Start Network Agent
|
||||
echo "Starting HR Agent using Docker Compose..."
|
||||
|
|
@ -35,7 +35,7 @@ stop_demo() {
|
|||
|
||||
# Step 2: Stop Plano
|
||||
echo "Stopping Plano..."
|
||||
planoai down
|
||||
planoai down --docker
|
||||
}
|
||||
|
||||
# Main script logic
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ start_demo() {
|
|||
|
||||
# Step 3: Start Plano
|
||||
echo "Starting Plano with config.yaml..."
|
||||
planoai up config.yaml
|
||||
planoai up --docker config.yaml
|
||||
|
||||
# Step 4: Start developer services
|
||||
echo "Starting Network Agent using Docker Compose..."
|
||||
|
|
@ -35,7 +35,7 @@ stop_demo() {
|
|||
|
||||
# Step 2: Stop Plano
|
||||
echo "Stopping Plano..."
|
||||
planoai down
|
||||
planoai down --docker
|
||||
}
|
||||
|
||||
# Main script logic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue