aboutsummaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 15:56:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 15:56:58 +0000
commitce129e9d9713007ab5ad6b8a3a8082e08e2933ac (patch)
tree373b55a9bc14bf5bea9e63264647eb41d0fb5bba /tcwg-cleanup-stale-containers.yaml
parentce98ef6bb326138cbffa5e7c169c438b67d959d0 (diff)
tcwg-cleanup-stale-containers: Don't fail for dev-bmk nodes.
Change-Id: I3e46b5ecd2b2e0016b8b795decacf20133bae1ae
Diffstat (limited to 'tcwg-cleanup-stale-containers.yaml')
-rw-r--r--tcwg-cleanup-stale-containers.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-cleanup-stale-containers.yaml b/tcwg-cleanup-stale-containers.yaml
index ee71ca4959..c4023b4177 100644
--- a/tcwg-cleanup-stale-containers.yaml
+++ b/tcwg-cleanup-stale-containers.yaml
@@ -120,7 +120,7 @@
# tcwg-x86_64-dev-* nodes. We only need to cleanup ssh-agent
# processes for tcwg-benchmark user, so disable all other
# cleanups.
- ./tcwg-cleanup-stale-containers.sh --cleanup-running-hours 0 --cleanup-stopped-hours 0 --cleanup-ssh-agent-hours $cleanup_ssh_agent_hours --cleanup-volumes false --cleanup-images false --verbose $verbose
+ ./tcwg-cleanup-stale-containers.sh --cleanup-running-hours 0 --cleanup-stopped-hours 0 --cleanup-ssh-agent-hours $cleanup_ssh_agent_hours --cleanup-volumes false --cleanup-images false --verbose $verbose || true
;;
*)
./tcwg-cleanup-stale-containers.sh --cleanup-running-hours $cleanup_running_hours --cleanup-stopped-hours $cleanup_stopped_hours --cleanup-ssh-agent-hours $cleanup_ssh_agent_hours --cleanup-volumes $cleanup_volumes --cleanup-images $cleanup_images --verbose $verbose