-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently the oldest_stopped algorithm that is used by the undeployer protects the build for the last commit of each branch (non-PR) build.
The algorithm could be made smarter by also returning these for undeployment, and giving lower undeployment priority to the last commit of each PR too.
- first undeploy builds by creation order, excluding the last build of each repo/target-branch/pr
- then undeploy the last commit of prs
- then undeploy the last commit of branches (non-PR)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers