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

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

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

style95
Copy link
Member

@style95 style95 commented Aug 15, 2023

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

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@style95 style95 mentioned this pull request Aug 15, 2023
22 tasks
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2023

Codecov Report

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

❗ 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

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

Copy link
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

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

lgtm; Thanks for digging into this!

@dgrove-oss dgrove-oss merged commit 951ce58 into apache:master Aug 15, 2023
6 checks passed
mtt-merz pushed a commit to mtt-merz/openwhisk that referenced this pull request Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants