Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/e2e-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
required: false
default: false
type: boolean
push:

jobs:
e2e-smoke-test:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tau_bench_airline_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def tau_bench_airline_smoke_to_evaluation_row(data: List[Dict[str, Any]]) -> Lis
],
rollout_processor=MCPGymRolloutProcessor(),
passed_threshold=0.36,
num_runs=1, # Smoke test: single run for quick feedback
num_runs=8, # Smoke test: single run for quick feedback
mode="pointwise",
max_concurrent_rollouts=50, # Standard concurrency
server_script_path="examples/tau2_mcp/server.py",
Expand Down
Loading