diff options
author | Chris Evich <cevich@redhat.com> | 2018-10-15 09:48:19 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-10-15 09:48:19 -0400 |
commit | b610913ef55ac36d0b145a7d20461649650cc5a1 (patch) | |
tree | f3a82b57e462d313381ff2ab86b462faac37f158 /.cirrus.yml | |
parent | 3639ac1ad009ad9579e27cb15ff9095c5c92eb76 (diff) | |
download | podman-b610913ef55ac36d0b145a7d20461649650cc5a1.tar.gz podman-b610913ef55ac36d0b145a7d20461649650cc5a1.tar.bz2 podman-b610913ef55ac36d0b145a7d20461649650cc5a1.zip |
Cirrus: Enable debugging delay on non-zero exit
There have been some python-podman flakes observed across multiple CI
systems. Support capturing a VM for further investigation in the
event of a non-zero exit. This is done by printing a warning message
and delaying script-exit for a long time. Hopefully a human will notice
and have an opportunity to enable deletion-protection on the VM.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index bc471cb84..c00f2d095 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,6 +19,8 @@ env: CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9" CRIO_COMMIT: "662dbb31b5d4f5ed54511a47cde7190c61c28677" RUNC_COMMIT: "ad0f5255060d36872be04de22f8731f38ef2d7b1" + # Enable debugging delay on test-failure if non-empty. + FLAKE_DEBUG_DELAY: 1 # File to update in home-dir with task-specific env. var values ENVLIB: ".bash_profile" # Overrides default location (/tmp/cirrus) for repo clone |