-
Notifications
You must be signed in to change notification settings - Fork 923
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
Try enabling PTS for non-CI builds #5324
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5324 +/- ##
===========================================
+ Coverage 0 73.93% +73.93%
- Complexity 0 20097 +20097
===========================================
Files 0 1730 +1730
Lines 0 74142 +74142
Branches 0 9461 +9461
===========================================
+ Hits 0 54820 +54820
- Misses 0 14841 +14841
- Partials 0 4481 +4481 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇♂️🙇♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Motivation: We may be able to increase build speeds locally if we enable PTS for non-CI builds Modifications: - Added a PTS setting for tests if the CI field is not set - https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables Result: - Faster local builds <!-- Visit this URL to learn more about how to write a pull request description: https://armeria.dev/community/developer-guide#how-to-write-pull-request-description -->
Motivation:
We may be able to increase build speeds locally if we enable PTS for non-CI builds
Modifications:
Result: