Merge "Remove messages very specific to CI"
This commit is contained in:
commit
36a2a11205
@ -27,9 +27,6 @@
|
|||||||
fail:
|
fail:
|
||||||
msg: |
|
msg: |
|
||||||
Failed container detected.
|
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")
|
when: item is not match(".* Exited \(0\) .* ago")
|
||||||
loop: "{{ failed_podman.stdout_lines }}"
|
loop: "{{ failed_podman.stdout_lines }}"
|
||||||
|
|
||||||
@ -50,9 +47,6 @@
|
|||||||
fail:
|
fail:
|
||||||
msg: |
|
msg: |
|
||||||
Failed container detected.
|
Failed container detected.
|
||||||
On CI, please check the following locations
|
|
||||||
/var/log/extras/failed_containers.log
|
|
||||||
/var/log/extras/docker
|
|
||||||
when:
|
when:
|
||||||
- failed_docker is defined
|
- failed_docker is defined
|
||||||
- item is not match(".* Exited \(0\) .* ago")
|
- item is not match(".* Exited \(0\) .* ago")
|
||||||
|
Loading…
Reference in New Issue
Block a user