Check out blacksmith#256
Open
blacksmith-sh[bot] wants to merge 3 commits into
Open
Conversation
This comment has been minimized.
This comment has been minimized.
The @docker e2e suite runs the docker runner's production topology (Docker Swarm + overlay + routing-mesh published ports + VIP service discovery) inside privileged DinD. The swarm routing mesh needs the kernel IPVS modules, which Blacksmith's Firecracker microVM guest kernel doesn't provide, so published ports never route and every deployment test times out waiting on the faux edge. Every other job migrates to Blacksmith cleanly; this one stays on ubuntu-latest. Co-authored-by: Codesmith <[email protected]>
The docker runner binary bakes its config path from CARGO_MANIFEST_DIR at compile time in debug builds. Building it on Blacksmith (/home/runner/_work/...) and then downloading it into the github-hosted docker-tests job (/home/runner/work/...) left the baked path unresolvable, so the runner died with a missing-config error. Build it on the same runner OS that runs the @docker suite so the compile-time and run-time repo paths match. Co-authored-by: Codesmith <[email protected]>
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.
This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard. This PR changes the following:
runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.Need help on this PR? Tag
/codesmithwith what you need. Autofix is enabled.