diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dc42991cae..6730a8aa4c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2067,6 +2067,8 @@ jobs: python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_4k -v -s --tb=short echo "Running test_memory_baseline_10k..." python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_10k -v -s --tb=short + echo "Running test_memory_baseline_30k..." + python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_30k -v -s --tb=short no_output_timeout: 30m - run: name: Run Proxy Server Memory Growth Tests @@ -2078,7 +2080,11 @@ jobs: python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_10k -v -s --tb=short echo "Running test_proxy_memory_baseline_20k..." python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_20k -v -s --tb=short - no_output_timeout: 30m + echo "Running test_proxy_memory_baseline_30k..." + python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_30k -v -s --tb=short + echo "Running test_proxy_memory_baseline_250k..." + python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_250k -v -s --tb=short + no_output_timeout: 45m db_migration_disable_update_check: machine: