From 5aab93cb75df2efce83fd71dd63aefd2a2da2c93 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 31 Jul 2021 16:04:52 +0200 Subject: [PATCH] add stop after 50 runs --- images/buildboxrunner/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/buildboxrunner/Dockerfile b/images/buildboxrunner/Dockerfile index bf146a9..b39d791 100644 --- a/images/buildboxrunner/Dockerfile +++ b/images/buildboxrunner/Dockerfile @@ -18,6 +18,7 @@ CMD PATH=.:$PATH &&\ ./buildbox-worker \ --instance=default_instance \ --bots-remote=unix:/wrk-cache/bots.sock \ + --stop-after=50 \ --bots-retry-limit=5 \ --buildbox-run=buildbox-run-hosttools \ --cas-remote=unix:/wrk-cache/casd.sock \