ソースを参照

remove debug, increase wait time for stability

Grega Bremec 1 年間 前
コミット
bcd682e529
1 ファイル変更1 行追加4 行削除
  1. 1 4
      roles/fix-operators/tasks/main.yml

+ 1 - 4
roles/fix-operators/tasks/main.yml

@@ -73,9 +73,6 @@
   loop_control:
     label: "{{ item.displ }}"
 
-# TODO: Remove this once verified.
-- debug: var=cat_stat
-
 - name: Wait for the amq-broker-rhel8 packagemanifest to appear.
   k8s_info:
     kubeconfig: tmp/kubeconfig-ocp4
@@ -89,7 +86,7 @@
     - (op_mft.resources | length) == 1
     - op_mft.resources[0].status.catalogSource == op_cat
     - op_mft.resources[0].status.packageName == op_pkg
-  retries: 30
+  retries: 60
   delay: 10
 
 - assert: