summaryrefslogtreecommitdiffstats
path: root/tests/mmkubernetes-cache-expire-vg.sh
blob: e19aeb3d52bc6979e19ca5f2dc4e8718cde74fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# added 2018-04-06 by richm, released under ASL 2.0
#
# Note: on buildbot VMs (where there is no environment cleanup), the
# kubernetes test server may be kept running if the script aborts or
# is aborted (buildbot master failure!) for some reason. As such we
# execute it under "timeout" control, which ensure it always is
# terminated. It's not a 100% great method, but hopefully does the
# trick. -- rgerhards, 2018-07-21
#export RSYSLOG_DEBUG="debug"
export USE_VALGRIND="YES"
source ${srcdir:=.}/mmkubernetes-cache-expire.sh