Skip to content
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

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

jrhee17
Copy link
Contributor

@jrhee17 jrhee17 commented Dec 5, 2023

Motivation:

We may be able to increase build speeds locally if we enable PTS for non-CI builds

Modifications:

Result:

  • Faster local builds

@jrhee17 jrhee17 changed the title Try enabling PTS for non- Try enabling PTS for non-PTS builds Dec 5, 2023
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a8a9ca2) 0.00% compared to head (f51d647) 73.93%.

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.
📢 Have feedback on the report? Share it here.

@jrhee17 jrhee17 marked this pull request as ready for review December 5, 2023 04:17
Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇‍♂️🙇‍♂️

@jrhee17 jrhee17 changed the title Try enabling PTS for non-PTS builds Try enabling PTS for non-CI builds Dec 7, 2023
Copy link
Member

@minwoox minwoox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jrhee17 jrhee17 merged commit 806a21c into line:main Dec 7, 2023
15 checks passed
seonWKim pushed a commit to seonWKim/armeria that referenced this pull request Dec 7, 2023
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
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants