2016-06-02 18:59:13 |
Aaron Bentley |
description |
Many of CI's scripts will terminate and cleanup when given SIGINT, but cancalling a job doesn't send the right signal to the right script.
We want a universal way to guarantee that when a job is cancelled, the juju is told to cleanup (destroy-environment), and that resources are released from the substrate. |
Many of CI's scripts will terminate and cleanup when given SIGINT, but cancalling a job doesn't send the right signal to the right script.
We want a universal way to guarantee that when a job is cancelled, the juju is told to cleanup (destroy-environment), and that resources are released from the substrate.
Basically, we want to handle SIGTERM the same way we handle SIGINT. |
|