Skip to content

Commit

Permalink
[uni07eta] Bump edpm-deployment wait condition timout
Browse files Browse the repository at this point in the history
This patch is in response to the linked Jira card where we can see
enabling FIPs in the uni07eta job causes the deployment to fail by a few
minutes. This is due to the increased time enabling FIPs adds caused by
the EDPM nodes requiring a reboot.

Jira: https://issues.redhat.com/browse/OSPRH-11095
  • Loading branch information
lewisdenny committed Nov 6, 2024
1 parent b2662a0 commit 6cbc986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/vars/uni07eta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ vas:
oc -n openstack wait openstackdataplanedeployment
edpm-deployment
--for condition=Ready
--timeout=40m
--timeout=60m
values:
- name: edpm-deployment-values
src_file: values.yaml
Expand Down

0 comments on commit 6cbc986

Please sign in to comment.