ci: preflight Linux smoke endpoint reachability - #386
Merged
Conversation
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.
Summary
Why
The third TIN-1422 dispatch got past secrets, FUSE userspace, split package install, binary resolution, and version checks. It then timed out waiting for the daemon socket because
tcfsdwas blocked retrying S3 list calls to the shared smoke endpoint.Failed run: https://github.com/Jesssullivan/tummycrypt/actions/runs/26072478492
Root cause from uploaded
tcfsd.log:http://seaweedfs-tcfs:8333failed to lookup address information: Temporary failure in name resolutionThis PR does not make a private endpoint public. It makes the workflow fail early and classify the required action: use a runner with private DNS access or a smoke environment with a public endpoint.
Validation
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/linux-postinstall-smoke.yml"); puts "yaml ok"'git diff --checkRefs TIN-1422.