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

Feature: Providing a way to clean up package installs #2937

Conversation

jfmitchell
Copy link
Contributor

When you use Adobe Cloud Manager to deploy new code to your environments on Adobe Managed Service instances, it will generate a unique version number for your package, based on the configuration in the pom.xml file.
The downside of this approach, is that over time, multiple versions of the packages are building up in the /etc/packages part of the repository. Eventually, this leads to the exhaustion of the storage

This is a configurable scheduled job that will only run on classic installations that can be used to clear down specific packages.

@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #2937 (88590a4) into master (96bbc28) will increase coverage by 0.06%.
The diff coverage is 73.63%.

@@             Coverage Diff              @@
##             master    #2937      +/-   ##
============================================
+ Coverage     54.51%   54.58%   +0.06%     
- Complexity     5684     5703      +19     
============================================
  Files           758      760       +2     
  Lines         30982    31092     +110     
  Branches       4005     4021      +16     
============================================
+ Hits          16890    16971      +81     
- Misses        12529    12548      +19     
- Partials       1563     1573      +10     
Impacted Files Coverage Δ
...egarbagecollector/PackageGarbageCollectionJob.java 68.96% <68.96%> (ø)
...gecollector/PackageGarbageCollectionScheduler.java 91.30% <91.30%> (ø)

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

@jfmitchell jfmitchell requested review from joerghoh and kwin and removed request for joerghoh and kwin October 27, 2022 18:51
@jfmitchell jfmitchell requested review from davidjgonzalez and joerghoh and removed request for joerghoh and davidjgonzalez October 27, 2022 19:31
@jfmitchell jfmitchell requested a review from joerghoh November 17, 2022 19:43
Copy link
Contributor

@joerghoh joerghoh left a comment

Choose a reason for hiding this comment

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

LGTM

@davidjgonzalez davidjgonzalez added this to the 5.6.0 milestone Jan 26, 2023
@davidjgonzalez davidjgonzalez merged commit 2796511 into Adobe-Consulting-Services:master Feb 2, 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.

4 participants