Merge "Remove messages very specific to CI"

This commit is contained in:
Zuul 2021-06-18 18:43:26 +00:00 committed by Gerrit Code Review
commit 36a2a11205

View File

@ -27,9 +27,6 @@
fail:
msg: |
Failed container detected.
On CI, please check the following locations
/var/log/extras/failed_containers.log
/var/log/extras/podman
when: item is not match(".* Exited \(0\) .* ago")
loop: "{{ failed_podman.stdout_lines }}"
@ -50,9 +47,6 @@
fail:
msg: |
Failed container detected.
On CI, please check the following locations
/var/log/extras/failed_containers.log
/var/log/extras/docker
when:
- failed_docker is defined
- item is not match(".* Exited \(0\) .* ago")