Skip to content

fix(ci): wait for ollama server readiness after install#874

Merged
starpit merged 1 commit intoIBM:mainfrom
starpit:fix/ci-ollama-readiness
Feb 18, 2026
Merged

fix(ci): wait for ollama server readiness after install#874
starpit merged 1 commit intoIBM:mainfrom
starpit:fix/ci-ollama-readiness

Conversation

@starpit
Copy link
Copy Markdown
Member

@starpit starpit commented Feb 18, 2026

Summary

  • The ollama install script prints "API is now available" before the server actually accepts connections, causing intermittent CI test failures
  • Adds a readiness poll (up to 30s) after install to wait for the server to respond before running tests

Test plan

  • Verify CI ollama tests pass consistently on Linux runners

🤖 Generated with Claude Code

The ollama install script prints "API is now available" before the
server actually accepts connections, causing intermittent test failures.
Add a readiness poll after install to ensure the server is ready.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
@starpit starpit merged commit 6b82b85 into IBM:main Feb 18, 2026
36 checks passed
@starpit starpit deleted the fix/ci-ollama-readiness branch February 18, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant