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

[Better Engineering] Improve CI build time #158

Open
rybalkinsd opened this issue Sep 11, 2019 · 0 comments
Open

[Better Engineering] Improve CI build time #158

rybalkinsd opened this issue Sep 11, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rybalkinsd
Copy link
Owner

rybalkinsd commented Sep 11, 2019

Live is too short.
Current build time is 5:30 avg.
Check latest builds: https://travis-ci.org/rybalkinsd/kohttp/builds

Target is to cut it to 2 min or 1 min ideally.

How to do this:
We have a lot of tests at the moment with a good coverage.
However not all of our tests are good:

  • it is possible to move some tests from integration to unit with mocks

  • it is possible to simplify tests with sleeps, like RetryInterceptorTest

  • investigate codecov problem on CI example

    X> Failed to upload
    -> Sleeping for 30s and trying again...
    
@rybalkinsd rybalkinsd added enhancement New feature or request good first issue Good for newcomers labels Sep 11, 2019
@rybalkinsd rybalkinsd changed the title Improve CI build time [Better Engineering]Improve CI build time Oct 27, 2019
@rybalkinsd rybalkinsd changed the title [Better Engineering]Improve CI build time [Better Engineering] Improve CI build time Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant