Skip to content

Commit 7c25bc6

Browse files
committed
Add more time to NFV nodeset
Sometimes NFV jobs fails due to not enough time for nodeset increased nodeset timeout for nfv jobs
1 parent f227563 commit 7c25bc6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

automation/vars/nfv-ovs-dpdk-sriov-hci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

automation/vars/ovs-dpdk-sriov-2nodesets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml
@@ -42,7 +42,7 @@ vas:
4242
- >-
4343
oc -n openstack wait
4444
osdpns openstack-edpm-2 --for condition=SetupReady
45-
--timeout=60m
45+
--timeout=90m
4646
values:
4747
- name: edpm-nodeset2-values
4848
src_file: values.yaml

automation/vars/ovs-dpdk-sriov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

automation/vars/ovs-dpdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

0 commit comments

Comments
 (0)