Browse Source

test: ignore errors when collecting a list of containers

Vadim Rutkovsky 5 years ago
parent
commit
39cdc94b48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/aws/scaleup.yml

+ 1 - 0
test/aws/scaleup.yml

@@ -76,6 +76,7 @@
     block:
     - name: Collect a list of containers
       command: crictl ps -a -q
+      ignore_errors: true
       register: crictl_ps_output
     - name: Collect container logs
       command: "crictl logs {{ item }}"