From b02ad2618639ef39bd03c58d845ac8091d9bb90a Mon Sep 17 00:00:00 2001 From: apetrich Date: Fri, 3 Sep 2021 10:16:54 +0200 Subject: [PATCH] Add a retry to the instropection waiting workbook The workbook wait_for_introspection_to_finish needs a retry and a delay to avoid issues in some deployments related bug https://bugzilla.redhat.com/show_bug.cgi?id=1999539 Change-Id: I2a23f33868ad71f6385403dbcb7353d1158d9e5a --- workbooks/baremetal.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workbooks/baremetal.yaml b/workbooks/baremetal.yaml index 87692bd82..828c31683 100644 --- a/workbooks/baremetal.yaml +++ b/workbooks/baremetal.yaml @@ -483,6 +483,9 @@ workflows: # in seconds correct. max_retries: <% $.timeout / 10 %> retry_interval: 10 + retry: + delay: 10 + count: 10 publish: introspected_node: <% task().result.values().first() %> status: <% bool(task().result.values().first().error) and "FAILED" or "SUCCESS" %>