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

ci: reduce disk usage for java jobs #3556

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

aceforeverd
Copy link
Collaborator

@aceforeverd aceforeverd commented Oct 17, 2023

  1. don't pack resources for source-jars
  2. don't include local installed openmldb jars, they are not dependency
  3. don't fallback cache if key miss-match

fixes No space left on device ERROR on recent builds

Github runner has the limitation of disk usage of 14G, this should help
reduce the disk usage on CI.
1. don't include local installed openmldb jars, they are not dependency
2. don't fallback cache if key miss-match
Copy link
Collaborator

@tobegit3hub tobegit3hub left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (88e9e79) 83.35% compared to head (a59ce12) 75.31%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3556       +/-   ##
=============================================
- Coverage     83.35%   75.31%    -8.04%     
- Complexity        0      587      +587     
=============================================
  Files            17      718      +701     
  Lines           751   129780   +129029     
  Branches          0     1280     +1280     
=============================================
+ Hits            626    97748    +97122     
- Misses          109    31746    +31637     
- Partials         16      286      +270     

see 701 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aceforeverd aceforeverd merged commit 3bb9df7 into 4paradigm:main Oct 17, 2023
20 of 21 checks passed
@aceforeverd aceforeverd deleted the build-java-cfg-source-plugin branch October 17, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow CICD related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants