mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
tests - increase redmine timeout and add pvc cleanups
This commit is contained in:
parent
1e499db505
commit
e295b020e4
3 changed files with 6 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ if [ $(id -u) -ne 0 ] ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
helm delete joomla
|
||||
helm delete joomla
|
||||
kubectl delete pvc data-joomla-mariadb-0
|
||||
|
|
@ -5,4 +5,6 @@ if [ $(id -u) -ne 0 ] ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
helm delete redmine
|
||||
helm delete redmine
|
||||
kubectl delete pvc data-redmine-mariadb-0
|
||||
kubectl delete pvc data-redmine-postgresql-0
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
"swarm",
|
||||
"kubernetes"
|
||||
],
|
||||
"timeout": 60,
|
||||
"timeout": 120,
|
||||
"delay": 60,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue