chore(cleanup): delete a network scheduled for deletion even if there is no service #189
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/act:wip-network"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the current implementation, the network will only be created and be scheduled to be deleted when there is a service:
Therefore it does not currently make a difference. However, in case the network creation logic changes and a network is created even if a service is not present, it would be incorrect not to delete it.
cascading-pr updated at forgejo/runner#721
Although this is evidently the right thing to do, it is still unclear why it is necessary. The network is deleted as it should so it has to happen somewhere else and this removal of the network is not actually necessary.fix: remove a network created for a job that has no servicesto cleanup: remove a network created for a job that has no servicesf6367f08af8a85d452d0cleanup: remove a network created for a job that has no servicesto chore(cleanup): delete a network scheduled for deletion even if there is no servicecascading-pr updated at forgejo/runner#721