You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to configure some cleanup jobs on builder. There are multiple conditions may be:
purge packages from a channel
purge if no RDEP
purge if not in channel
keep only latest package
keep only latest release for each package version
whatever else?
Example: I want to purge all packages in my origin which are not in stable or production channel.
I really don't know how to better implement this. HBQL (habitat builder query language)? External cli?
Describe the Need:
Many of us who uses builder have it on-prem. And usually only one. Also, we have our ci/cd.
CI/CD in turn produces lots of test-and-trash packages. Most of these package will be never used.
Current Alternative
Probably, current alternative is to maintain another on-prem builder dedicated to CI/CD with weekly implode-and-start-from-scratch job. However this doubles maintenance efforts and infrastructure costs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
This issue has been automatically closed after being stale for 400 days. We still value your input and contribution. Please re-open the issue if desired and leave a comment with details.
Describe the Enhancement:
Ability to configure some cleanup jobs on builder. There are multiple conditions may be:
Example: I want to purge all packages in my origin which are not in stable or production channel.
I really don't know how to better implement this. HBQL (habitat builder query language)? External cli?
Describe the Need:
Many of us who uses builder have it on-prem. And usually only one. Also, we have our ci/cd.
CI/CD in turn produces lots of test-and-trash packages. Most of these package will be never used.
Current Alternative
Probably, current alternative is to maintain another on-prem builder dedicated to CI/CD with weekly implode-and-start-from-scratch job. However this doubles maintenance efforts and infrastructure costs.
Aha! Link: https://chef.aha.io/features/APPDL-118
The text was updated successfully, but these errors were encountered: