Skip to content

Commit

Permalink
DeploymentType.REMOTE as default - k8s first
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Sep 30, 2024
1 parent 32ea796 commit dce3ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scenariosv2/l0_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .sim.core import sim_entrypoint

fake = Faker()
NUM_USERS = 3
NUM_USERS = 10
NUM_ENDPOINTS = 3 # test_query, submit_query, schema_query


Expand Down Expand Up @@ -370,7 +370,7 @@ async def sim_l0_scenario(ctx: SimulatorContext):
for _ in range(NUM_USERS)
]

deployment_type = os.environ.get("ORCHESTRA_DEPLOYMENT_TYPE", DeploymentType.PYTHON)
deployment_type = os.environ.get("ORCHESTRA_DEPLOYMENT_TYPE", DeploymentType.REMOTE)
ctx.logger.info(f"Deployment type: {deployment_type}")

server_url_high = "http://localhost:8080"
Expand Down

0 comments on commit dce3ce4

Please sign in to comment.