Remove messages very specific to CI

We expect validations are used not only in upstream CI but also in
actual deployments when operators want to check status of their
deployments as part of daily check jobs, and having such message
would confuse operators because they might not understand what that CI
means and the log files mentioned are not created by TripleO.

Change-Id: I1d7e1d79f4689b14a0743bd42c27baf3379f54b0
This commit is contained in:
Takashi Kajinami 2021-05-25 09:22:32 +09:00 committed by Gael Chamoulaud
parent 956de6764f
commit aa6006d002

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")