Draft
Conversation
Co-authored-by: openhands <openhands@all-hands.dev>
Contributor
API breakage checks (Griffe)Result: Passed |
Contributor
Agent server REST API breakage checks (OpenAPI)Result: Failed Log excerpt (first 1000 characters) |
all-hands-bot
approved these changes
Mar 8, 2026
Collaborator
all-hands-bot
left a comment
There was a problem hiding this comment.
Taste Rating: 🟢 Good taste
Simple, straightforward configuration change. Adds terminalbench to workflow choices and updates skill docs. Follows existing patterns, tested with smoke run. LGTM! 🚀
all-hands-bot
approved these changes
Mar 9, 2026
Collaborator
all-hands-bot
left a comment
There was a problem hiding this comment.
Taste Rating: 🟢 Good taste
Simple, straightforward configuration change. Adds terminalbench to workflow choices and updates skill docs. Follows existing patterns, tested with smoke run. LGTM! 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
terminalbenchto the manualrun-evalworkflow choicesDetails
benchmark=terminalbench,eval_limit=5,sdk_ref=main,eval_branch=openhands/terminalbench-ci-490, andbenchmarks_branch=openhands/terminalbench-ci-490.OpenHands/evaluationand benchmark-side Harbor fixes inOpenHands/benchmarks.Testing
Evidence
Verification link: View conversation
Follow-up investigation: the previously cited terminalbench smoke run did not complete end-to-end, so this PR is being moved back to draft pending real live-run evidence.
$ gh run view 22823734279 --repo OpenHands/software-agent-sdk --json status,conclusion,displayTitle,url {"conclusion":"success","displayTitle":"Run Eval (terminalbench) Smoke test for OpenHands/benchmarks#490","status":"completed","url":"https://github.com/OpenHands/software-agent-sdk/actions/runs/22823734279"} $ gh run view 22823745521 --repo OpenHands/evaluation --json status,conclusion,displayTitle,url {"conclusion":"success","displayTitle":"Eval Job (terminalbench) Smoke test for OpenHands/benchmarks#490","status":"completed","url":"https://github.com/OpenHands/evaluation/actions/runs/22823745521"} $ # Datadog pod logs for eval-22823745521-claude-son* service:python [2026-03-08 15:11:16 UTC] Benchmark: terminalbench [2026-03-08 15:11:16 UTC] Dispatching terminalbench build for SDK commit: 77c68ccfd7bdffb27be88e8793f76cafc45faf9d [2026-03-08 15:11:17 UTC] ERROR: Benchmarks build dispatch failed (status 404): {"message":"Not Found","documentation_url":"https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event","status":"404"} [2026-03-08 15:11:17 UTC] Deleted temporary branch: dispatch-22823745521The GitHub Actions runs only proved that the workflow dispatch/deploy path was reachable. Datadog shows the orchestration failed before the evaluation phase, so there was no completed benchmark run, no uploaded results archive, and no Slack success notification.
Likely root cause:
OpenHands/evaluationcurrently derives the benchmark build workflow name asbuild-{benchmark}-images.yml, which becomesbuild-terminalbench-images.yml. That workflow file does not exist onOpenHands/benchmarks(including branchopenhands/terminalbench-ci-490), so the dispatch returns HTTP 404.Checklist