Skip to content

Conversation

@juanmichelini
Copy link
Collaborator

@juanmichelini juanmichelini commented Jan 16, 2026

Summary

Remove the push_to_index option from the run-eval.yml workflow as it is being removed from downstream actions.

Fixes #1749

Changes

  • Removed the push_to_index input parameter definition from workflow_dispatch inputs
  • Removed the PUSH_TO_INDEX environment variable from the dispatch evaluation workflow step
  • Removed the push_to_index argument from the jq command that builds the payload
  • Removed the push_to_index field from the JSON payload sent to the evaluation workflow

Checklist

  • If the PR is changing/adding functionality, are there tests to reflect this?
    • N/A - This is a configuration file change, no tests needed
  • If there is an example, have you run the example to make sure that it works?
    • N/A - No examples affected
  • If there are instructions on how to run the code, have you followed the instructions and made sure that it works?
    • N/A - No instructions affected
  • If the feature is significant enough to require documentation, is there a PR open on the OpenHands/docs repository with the same branch name?
    • N/A - No documentation needed
  • Is the github CI passing?
    • Pre-commit hooks passed locally

@juanmichelini can click here to continue refining the PR


Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.12-nodejs22 Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:2741856-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-2741856-python \
  ghcr.io/openhands/agent-server:2741856-python

All tags pushed for this build

ghcr.io/openhands/agent-server:2741856-golang-amd64
ghcr.io/openhands/agent-server:2741856-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:2741856-golang-arm64
ghcr.io/openhands/agent-server:2741856-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:2741856-java-amd64
ghcr.io/openhands/agent-server:2741856-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:2741856-java-arm64
ghcr.io/openhands/agent-server:2741856-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:2741856-python-amd64
ghcr.io/openhands/agent-server:2741856-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-amd64
ghcr.io/openhands/agent-server:2741856-python-arm64
ghcr.io/openhands/agent-server:2741856-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-arm64
ghcr.io/openhands/agent-server:2741856-golang
ghcr.io/openhands/agent-server:2741856-java
ghcr.io/openhands/agent-server:2741856-python

About Multi-Architecture Support

  • Each variant tag (e.g., 2741856-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., 2741856-python-amd64) are also available if needed

Remove the 'Push results to openhands-index-results' option as it is being
removed from downstream actions.

Co-authored-by: openhands <openhands@all-hands.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove push to index option in run-eval.yml

3 participants