Ian Howell fc20c79e47 AIAP: Keep containers alive in successful runs
Currently the task containers will reach a conclusive state (success or
failure), and will promptly stop running. This creates the following
problems:
  1. In the case of failure, a user doesn't have the ability to exec into
     the container for debugging purposes.
  2. In the case a success, the readiness probe for each task container
     will begin to fail. This happens because readiness is defined by
     the existence of a file; if the container stops running, the file
     no longer exists.

This change provides a solution to the 2nd bullet, keeping the container
alive in case of success.

Change-Id: Iae432caada3d2a338493b1534da72957808185d2
2021-09-10 11:21:42 -05:00
..
2021-09-07 16:54:14 -05:00
2021-07-20 14:53:25 +00:00
2019-10-02 15:18:56 -05:00
2021-01-14 10:38:10 -06:00
2021-02-11 12:08:21 +00:00
2020-04-09 08:35:59 -05:00