ci(workflows): integrate flake detector into ci workflow and fix control client test flake - #5053
kislaykishore wants to merge 2 commits into
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5053 +/- ##
=======================================
Coverage 86.77% 86.77%
=======================================
Files 176 176
Lines 18861 18863 +2
=======================================
+ Hits 16367 16369 +2
Misses 2493 2493
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a2aa41d to
79c0e6a
Compare
79c0e6a to
e461364
Compare
|
Hi @charith87, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
…ipping - Restore tools/build_gcsfuse packaging and build verification in build job - Ensure linux-tests aggregator properly fails on upstream matrix/build errors - Fix -race flag and remove CGO_ENABLED=0 in flake-detector race suite - Filter integration test packages from flake-detector unit suite - Restrict flake-detector to master and workflow_dispatch to avoid PR runner bloat - Return ^$ fallback regex in skip_tests when empty to prevent argument absorption
|
Hi @charith87, @anushka567, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
3 similar comments
|
Hi @charith87, @anushka567, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
|
Hi @charith87, @anushka567, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
|
Hi @charith87, @anushka567, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
Description
CI Parallelization & Consolidation:
.github/workflows/ci.ymlas a matrix-based concurrent job (flake-detector) and removes.github/workflows/flake-detector.yml.flake-detector (unit)andflake-detector (race)concurrently across separate virtual machines alongsidelinux-tests,format-test, andlint, reducing total CI turnaround time while maintaining-p 1for intra-test stability.Link to the issue in case of a bug fix.
b//552815191
Testing details
make buildand checked CI workflow syntax.Any backward incompatible change? If so, please explain.
N/A