Skip to content

Commit 8a5b406

Browse files
committed
refactor(ci_nmstate): Increase retries for nmstate nncp to be ready
Currently, we were retrying only 6 times with delay of 10 seconds to get nmstate nncp ready. It causes the job to fail frequently in molecule run. Increasing retries should help nmstate nncp get ready, and molecule job of ci_nmstate role pass. Signed-off-by: Amartya Sinha <[email protected]>
1 parent ffe7f2a commit 8a5b406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ci_nmstate/tasks/nmstate_k8s_provision_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
context: "{{ cifmw_openshift_context | default(omit)}}"
4242
name: "{{ _cifmw_ci_nmstate_k8s_node_config_name }}"
4343
register: _nsmate_instance_nncp_out
44-
retries: 6
44+
retries: 30
4545
delay: 10
4646
until:
4747
- _nsmate_instance_nncp_out is defined

0 commit comments

Comments
 (0)