aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.cli
AgeCommit message (Collapse)AuthorFilesLines
2024-03-22Implement auxiliary machine support in bbot-agentBoris Kolpackov1-9/+16
2024-03-06Rename --ram agent option to --build-ram, add --auxiliary-ramBoris Kolpackov1-2/+16
2023-06-21Add --{bootstrap,build}-startup options to agentBoris Kolpackov1-0/+14
Increase build startup timeout from 2 to 4 minutes.
2023-05-15Add CPU boosting for higher 4th priority levelsBoris Kolpackov1-1/+5
2023-05-12Add infrastructure for controller URL prioritiesBoris Kolpackov1-2/+56
This is the ground work for the task priority/interrupt support.
2023-05-11Add --instance-max agent optionBoris Kolpackov1-0/+14
This is the ground work for the task priority/interrupt support.
2023-05-10Add global toolchain locking to agentBoris Kolpackov1-0/+10
This is the ground work for the task priority/interrupt support.
2021-09-27Finalize licenseBoris Kolpackov1-1/+1
2021-03-26Add support for interactive buildsKaren Arutyunov1-0/+18
2021-02-11Increase agent's default build timeout from 60 to 90 minutesKaren Arutyunov1-2/+2
2020-06-25Increase bootstrap timeout to 60 minutesBoris Kolpackov1-2/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-04-09Increase default build timeout to 60 minutesBoris Kolpackov1-2/+2
2019-02-07Increase default bootstrap timeout to 30 minutesBoris Kolpackov1-2/+2
With parallel bootstrap things can now time longer.
2019-01-28Add ability to specify alternative bridge interface to bbot-agentBoris Kolpackov1-17/+23
2019-01-21Add support for running multiple instances of agent for same toolchainBoris Kolpackov1-38/+57
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.
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-03-05Style/naming cleanup in man synopsisBoris Kolpackov1-3/+3
2017-10-09Increase bootstrap timeout to 20 minutesBoris Kolpackov1-2/+2
It takes longer than 15 minutes to bootstrap on i5 Mac Mini.
2017-08-20Add support for controller request retries, connection timeoutBoris Kolpackov1-2/+22
2017-07-14Make use of wildcards in buildfilesKaren Arutyunov1-0/+232