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

[1.x/2.x] CI improvements #734

Merged
merged 18 commits into from Nov 9, 2022
Merged

[1.x/2.x] CI improvements #734

merged 18 commits into from Nov 9, 2022

Conversation

rennokki
Copy link
Member

@rennokki rennokki commented Nov 9, 2022

  • Added benchmarks as conditional after CI succeeded
  • Added support to build Docker images faster by using platform-specific starters
  • Added armv7 and arm64 support for docker commits (excepting distroless where armv7 is not present)
  • Cache layers between builds
  • Improved Docker image sizes using multi-stage builds
  • Bringing back package-lock.json

Docker image shrinking

  • Debian images: 376.6 MB -> 99.6 MB (73% reduction)
  • Alpine images: 82.9 MB -> 73 MB (12% reduction)
  • Distroless images: unchanged (72.9 MB)

Added support to build Docker images faster by using platform-specific starters
Added armv7 and arm64 support for docker commits (excepting distroless where armv7 is not present)
@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Base: 84.43% // Head: 84.25% // Decreases project coverage by -0.18% ⚠️

Coverage data is based on head (9b53e7a) compared to base (495f8a0).
Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x     #734      +/-   ##
==========================================
- Coverage   84.43%   84.25%   -0.19%     
==========================================
  Files          45       45              
  Lines        2532     2541       +9     
  Branches      458      458              
==========================================
+ Hits         2138     2141       +3     
- Misses        374      380       +6     
  Partials       20       20              
Impacted Files Coverage Δ
src/http-handler.ts 71.57% <60.00%> (-1.22%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rennokki rennokki merged commit 61fe31d into 1.x Nov 9, 2022
@rennokki rennokki deleted the feature/conditional-workflows branch November 9, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant