瀏覽代碼

test: ignore errors when collecting a list of containers

Vadim Rutkovsky 5 年之前
父節點
當前提交
39cdc94b48
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 }}"