mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
Merge "Make Helm test timeouts configurable in multinode"
This commit is contained in:
@@ -176,5 +176,7 @@ openstack network agent list
|
||||
# Delete the test pods if they still exist
|
||||
kubectl delete pods -l application=nova,release_group=nova,component=test --namespace=openstack --ignore-not-found
|
||||
kubectl delete pods -l application=neutron,release_group=neutron,component=test --namespace=openstack --ignore-not-found
|
||||
helm test nova --timeout 900
|
||||
helm test neutron --timeout 900
|
||||
|
||||
timeout=${OSH_TEST_TIMEOUT:-900}
|
||||
helm test nova --timeout $timeout
|
||||
helm test neutron --timeout $timeout
|
||||
|
||||
Reference in New Issue
Block a user