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:
parent
956de6764f
commit
aa6006d002
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user