The benchmark-regression job was supposed to be moved to the dedicated benchmark-scheduled.yml workflow (commit 44fc7411, issue #9040), but was accidentally left in master.yml. This caused every PR to run a 1h+ ASV benchmark suite on the docker-benchmark runner, blocking PR feedback.
The benchmark-regression job now lives exclusively in .forgejo/workflows/benchmark-scheduled.yml and runs on a nightly schedule (2 AM UTC) and on workflow_dispatch. The benchmark-publish job (push to master) remains in master.yml as intended.
Apply ruff format to robot/helper_a2a_session_plan_lifecycle_integration.py
to fix CI lint failure. Changes are purely formatting (whitespace, line
wrapping) with no logic modifications.
ISSUES CLOSED: #10032
- Added robot/a2a_session_plan_lifecycle_integration.robot: Robot Framework integration test suite with 7 test cases covering the full A2A session and plan lifecycle, event queue publish/subscribe, guard enforcement (budget cap, tool call limit, denylist), and plan rollback with session state consistency.
- Added robot/helper_a2a_session_plan_lifecycle_integration.py: Helper script with real service instances (no mocks) using in-memory SQLite, wiring up A2A facade, session service, plan lifecycle service, event queue, and autonomy guardrail service.
ISSUES CLOSED: #10032