summaryrefslogtreecommitdiff
path: root/playbooks/zuul-stream/validate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/zuul-stream/validate.yaml')
-rw-r--r--playbooks/zuul-stream/validate.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/zuul-stream/validate.yaml b/playbooks/zuul-stream/validate.yaml
index 81c613406..c7069f335 100644
--- a/playbooks/zuul-stream/validate.yaml
+++ b/playbooks/zuul-stream/validate.yaml
@@ -27,3 +27,8 @@
- name: Validate output - binary data
shell: |
egrep "^.*\| {{ item.node }} \| \\\\x80abc" {{ item.filename }}
+
+- name: Validate output - no waiting on logger
+ shell: |
+ egrep -v "Waiting on logger" {{ item.filename }}
+ egrep -v "Log Stream did not terminate" {{ item.filename }}