-
-
Notifications
You must be signed in to change notification settings - Fork 199
ci: reduce noise while improving debugging capabilities and subprocess management #1373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Copilot
wants to merge
22
commits into
master
Choose a base branch
from
copilot/fix-1351
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+369
−21
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0bb6d33
Initial plan
Copilot e141dd9
Initial analysis of CI debugging issue
Copilot 05947af
Implement enhanced error reporting for cmake failures
Copilot 361b89c
Fix code formatting with black
Copilot 6cae72c
Fix CI output: only print cmake output on failure and fix test compat…
Copilot c187a88
Implement comprehensive CI output reduction: quiet builds, no command…
Copilot 5ccaee6
Final CI output optimizations: quiet pip install, silent kcov/adb ope…
Copilot e6038cd
Fix error reporting newline and reduce code duplication
Copilot e1cba0b
Remove --quiet flag from pip install as requested
Copilot 7f8d71b
Implement comprehensive code review improvements: simplify Android lo…
Copilot 7348b73
Refactor test to use actual format_error_output function instead of m…
Copilot 1e7edca
Fix resource leak in run_with_capture_on_failure function
Copilot 2826c4e
Add timeout to final process.wait() to prevent hanging
Copilot e21e9df
Fix CI failure by making psutil dependency optional in resource clean…
Copilot 7bfbdcb
Add psutil dependency and revert conditional test logic
Copilot 9208fda
Fix Android test failure due to segfault output parsing
Copilot c5c6c0a
Improve Android return code parsing to handle segfault outputs
Copilot 7c0db5b
Simplify Android return code parsing logic
Copilot dad6a3b
Use single regex for Android return code parsing
Copilot c8335c4
Simplify Android parsing to only handle ret: pattern
Copilot 983dccf
Fix Black formatter issues in Android parsing code
Copilot bbeb874
Remove limit_lines parameter to show full output on failure
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,4 @@ pytest-xdist==3.5.0 | |
| clang-format==19.1.3 | ||
| pywin32==308; sys_platform == "win32" | ||
| mitmproxy==11.0.0 | ||
| psutil==6.0.0 | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.