feat(e2e): batch cases across Harbor tasks - #1279
Conversation
d6283a7 to
1c6759f
Compare
1c6759f to
1e9d1fb
Compare
|
@knqiufan I’ve updated the existing LoCoMo tasks to share a Harbor runtime. Could you help review this? |
|
@PsiACE Thanks for the ping — I reviewed the shared Harbor batch path. The happy path looks solid: compatible LoCoMo tasks share one trial/container, scopes stay per-task via invocation_scopes + scoped_exec_env, evidence is split by step prefix, and selecting a single LoCoMo still uses the independent path. CI matches that. I checked out a few failure-path issues:
A few follow-ups, not merge blockers if the four above are handled:
|
Summary
No linked issue or RFC. Batch already-selected compatible v1 E2E tasks into one run-local Harbor task so they share a trial and container while retaining independent reset, scope, evidence, and evaluation. Single-task selection stays independent; collect-all and fail-fast are supported. No public API changes.
Validation
SQLite and OceanBase acceptance; Python 3.11–3.14; quality, docs, and license checks.
AI usage
Codex (GPT-5) was used for implementation and verification.