Skip to content

agents(analyze-ci-failure): enhance network reset and macOS sandbox flake detection - #4037

Draft
rickeylev wants to merge 1 commit into
bazel-contrib:mainfrom
rickeylev:enhance_ci_flake_detection
Draft

agents(analyze-ci-failure): enhance network reset and macOS sandbox flake detection#4037
rickeylev wants to merge 1 commit into
bazel-contrib:mainfrom
rickeylev:enhance_ci_flake_detection

Conversation

@rickeylev

Copy link
Copy Markdown
Collaborator

CI jobs on Buildkite runners occasionally encounter transient curl
network resets during runner bootstrapping and transient darwin-sandbox
disk I/O errors (errno 5) on macOS workers. Previously, the automated
CI failure analysis script did not match these error signatures,
leading to unclassified failures or treating them as codebase defects.

Add pattern matching and flake classification heuristics for curl
connection resets and runner I/O errors so they are recognized as
transient infrastructure flakes.

…lake detection

Add error signatures and classification heuristics for curl network
resets during runner bootstrapping and transient macOS darwin-sandbox
disk I/O errors (errno 5) to automated CI failure analysis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant