-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Enable fail fast behavior when building in CI #15536
base: main
Are you sure you want to change the base?
Conversation
d4aefd6
to
ee45562
Compare
❌ Gradle check result for d4aefd6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15536 +/- ##
============================================
+ Coverage 72.01% 72.28% +0.26%
- Complexity 63603 63933 +330
============================================
Files 5247 5247
Lines 297186 297308 +122
Branches 42939 42977 +38
============================================
+ Hits 214023 214904 +881
+ Misses 65610 65075 -535
+ Partials 17553 17329 -224 ☔ View full report in Codecov by Sentry. |
An idea: is it possible to fail fast in the first N - 1 (2) iterations and not in the last one to get all the errors? |
Signed-off-by: Andrew Ross <[email protected]>
ee45562
to
a59dec3
Compare
❌ Gradle check result for a59dec3: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
This PR is stalled because it has been open for 30 days with no activity. |
Related Issues
Resolves #15505
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.