From 5662e66dcdbf1af13b4ccf7352f3e435c1baf597 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Jan 2019 13:14:19 +0200 Subject: Add support for running multiple instances of agent for same toolchain This allows us to perform multiple bootstraps/builds in parallel. Note that each machine can only be used by a single instance so it doesn't make sense to have more instances than machines. --- bbot/worker/worker.cli | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bbot/worker/worker.cli') diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli index ff287f0..eda79d7 100644 --- a/bbot/worker/worker.cli +++ b/bbot/worker/worker.cli @@ -47,6 +47,13 @@ namespace bbot bool --help {"Print usage information and exit."} bool --version {"Print version and exit."} + uint16_t --verbose = 1 + { + "", + "Set the diagnostics verbosity to between 0 and 6 with level 1 + being the default." + } + bool --bootstrap { "Perform the inital machine bootstrap insteading of building." @@ -76,13 +83,6 @@ namespace bbot specified, then the user's home directory is used." } - uint16_t --verbose = 1 - { - "", - "Set the diagnostics verbosity to between 0 and 6 with level 1 - being the default." - } - // Testing options. // string --tftp-host = "196.254.111.222" -- cgit v1.1