[MDBF-325] buildbot to SIGTERM works rather than SIGKILL Created: 2022-01-27 Updated: 2022-02-01 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
When buildbot shuts down on a VM worker it kills the script with kill -9. This prevents a cleanup part of the script from attempting to clean up. on bb-rhel8-dockerlibary this leaves outstanding build containers and volumes allocated that eventually leads to out of space. A SIGTERM following by up to a minute before SIGKILL would be appreciated. |