aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-21 13:14:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-21 13:14:19 +0200
commit5662e66dcdbf1af13b4ccf7352f3e435c1baf597 (patch)
tree9061f17ed5f7edc91d0d30b10aaa1c0eda2d63cf /bbot/worker/worker.cli
parent432bc29a5c4b24b24e5c33feb34d38153978b718 (diff)
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.
Diffstat (limited to 'bbot/worker/worker.cli')
-rw-r--r--bbot/worker/worker.cli14
1 files changed, 7 insertions, 7 deletions
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
+ {
+ "<level>",
+ "Set the diagnostics verbosity to <level> 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
- {
- "<level>",
- "Set the diagnostics verbosity to <level> between 0 and 6 with level 1
- being the default."
- }
-
// Testing options.
//
string --tftp-host = "196.254.111.222"