apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.55k stars 1.17k forks source link

Maximize build spaces of all workflows by manually removing unnecessary resources #5437

Closed style95 closed 1 year ago

style95 commented 1 year ago

Description

While running tests, all indices of elasticsearch become read-only because of limited disk space. This change maximize the build disk space by removing unnecessary built-in tools.

Related issue and scope

My changes affect the following components

Types of changes

Checklist:

codecov-commenter commented 1 year ago

Codecov Report

Merging #5437 (3c37413) into master (9371d62) will decrease coverage by 38.38%. The diff coverage is n/a.

:exclamation: Current head 3c37413 differs from pull request most recent head 31b5c2d. Consider uploading reports for the commit 31b5c2d to get more accurate results

@@             Coverage Diff             @@
##           master    #5437       +/-   ##
===========================================
- Coverage   76.69%   38.32%   -38.38%     
===========================================
  Files         241      234        -7     
  Lines       14632    14368      -264     
  Branches      616      612        -4     
===========================================
- Hits        11222     5506     -5716     
- Misses       3410     8862     +5452     

see 171 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more