Skip to content

Commit b86b2da

Browse files
committed
test smoke test
1 parent c185d84 commit b86b2da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
required: false
1212
default: false
1313
type: boolean
14+
push:
1415

1516
jobs:
1617
e2e-smoke-test:

tests/test_tau_bench_airline_smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def tau_bench_airline_smoke_to_evaluation_row(data: List[Dict[str, Any]]) -> Lis
7474
],
7575
rollout_processor=MCPGymRolloutProcessor(),
7676
passed_threshold=0.36,
77-
num_runs=1, # Smoke test: single run for quick feedback
77+
num_runs=8, # Smoke test: single run for quick feedback
7878
mode="pointwise",
7979
max_concurrent_rollouts=50, # Standard concurrency
8080
server_script_path="examples/tau2_mcp/server.py",

0 commit comments

Comments
 (0)