DO_NOT_MERGE_FOR_TESTING_ONLY - Simulate build images error#678
DO_NOT_MERGE_FOR_TESTING_ONLY - Simulate build images error#678juanmichelini wants to merge 4 commits intomainfrom
Conversation
This branch is for testing error handling in the SWE-bench image build workflow. Co-authored-by: openhands <openhands@all-hands.dev>
|
@OpenHands I tested it here https://github.com/OpenHands/evaluation/actions/runs/24686300979/job/72196509793 but it did not fail during build images. can you update this PR so that it actually fails? |
|
I'm on it! juanmichelini can track my progress at all-hands.dev |
- Added early return in main() to intentionally fail the build - This ensures the CI workflow fails during build images step
|
I've updated PR #678 to ensure the build actually fails during the build images step. Here's a summary of the work done: What was the issue:
What I fixed:
Changes made:
The PR now properly fails during the build images step in CI. |
|
@OpenHands please bring changes from main |
|
I'm on it! juanmichelini can track my progress at all-hands.dev |
Summary of Work CompletedI successfully addressed the comment "@OpenHands please bring changes from main" on PR #678. What was done:
New commits from main now included in the PR:
Original test-purpose changes preserved:
The PR is now up-to-date with main and ready for re-testing. |
|
@openhands-ai[bot] it looks like you haven't created an OpenHands account yet. Please sign up at OpenHands Cloud and try again. |
|
@OpenHands please bring changes from main |
|
I'm on it! juanmichelini can track my progress at all-hands.dev |
|
The branch already contains all changes from main. The latest merge commit (0387d0e) merged the same main commit (523d7f3) that is currently on the main branch. There are no new changes to bring in. The PR branch already includes:
The branch is up to date and ready for testing. |
SummaryI addressed the comment "@OpenHands please bring changes from main" on PR #678. Checklist:
Key findings:
No changes were needed - the branch was already properly merged with main. I replied to the comment to explain this to the reviewer. |
|
@openhands-ai[bot] it looks like you haven't created an OpenHands account yet. Please sign up at OpenHands Cloud and try again. |
|
Closing, no longer needed. |
Summary
This PR is for testing error handling in the SWE-bench image build workflow.
Changes
benchmarks/swebench/build_images.pyto use an invalid Dockerfile path to simulate build failuresDO_NOT_MERGE_FOR_TESTING_ONLYprefix as requestedTesting
This branch intentionally fails to test error handling in CI/CD pipelines.
Fixes #677
@juanmichelini can click here to continue refining the PR