ci: move dev-smoketest to GitHub-hosted ubuntu runner#209
Merged
Conversation
added 3 commits
July 7, 2026 09:29
strfry exits at startup when its configured NOFILE setrlimit exceeds the container hard limit (65536 on GitHub-hosted runners vs ~1M on Docker Desktop). Default render verified byte-identical; dev deploy sets 0. Also: smoketest diagnostics now catch CrashLoopBackOff pods (phase stays Running, so the old phase filter skipped their logs).
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.
Why
The smoketest ran on a self-hosted Mac runner (MacMax), which caused a recurring failure catalog: Docker disk pressure (the TLS-timeout/Pending-pod/kafka-timeout trio), boot debris after mid-run shutdowns, macOS keychain lockups on image pulls, and stranded queued runs when the host powered off. Separately, a self-hosted runner on a public repo lets outside PR code execute on that personal machine.
Public-repo GitHub-hosted runners are 4 vCPU / 16GB / 150GB, ephemeral, and free — more capacity than the job needs, and ephemerality removes the entire workaround catalog.
What
runs-on: self-hosted→ubuntu-latestValidation
This PR's own dev-smoketest run executes the migrated workflow on the hosted runner.
Follow-ups (not in this PR)
docker loginwithDOCKERHUB_USERNAME/DOCKERHUB_TOKENsecrets🤖 Generated with Claude Code