aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
7 daysCleanup auxiliary environment save fileHEADmasterBoris Kolpackov1-1/+3
7 daysFix deadlock in auxiliary machine interrupt logicBoris Kolpackov1-0/+13
2024-03-29Print auxiliary environment in interactive user promptKaren Arutyunov2-92/+141
2024-03-28Uppercase auxiliary environment variable prefixBoris Kolpackov1-2/+2
2024-03-26Fix worker to properly handle cli parser exceptions while parsing task ↵Karen Arutyunov1-0/+5
manifest package-config value
2024-03-26Get rid of extraneous trailing blank lines in auxiliary environment valueBoris Kolpackov2-2/+7
2024-03-26Fix bug in default_ram_minimum value in bbot-agentBoris Kolpackov1-6/+21
2024-03-25Don't parse nor serialize toolchain and bootstrap manifests in bootstrapped ↵Karen Arutyunov3-70/+133
machine manifest for auxiliary machine
2024-03-25Fix insufficient RAM detection logic bug in bbot-agentBoris Kolpackov1-1/+1
2024-03-22Handle auxiliary environment in bbot-workerBoris Kolpackov2-29/+189
2024-03-22Implement auxiliary machine support in bbot-agentBoris Kolpackov9-219/+1291
2024-03-19Minor tweaks to auxiliary machines semantics in manualBoris Kolpackov1-3/+8
2024-03-12Adapt to build auxiliary machines related changes in libbbotKaren Arutyunov2-2/+15
2024-03-12Fix typos in manualKaren Arutyunov1-4/+4
2024-03-06Rename --ram agent option to --build-ram, add --auxiliary-ramBoris Kolpackov5-7/+24
2024-03-06Document auxiliary machine semantics in manualBoris Kolpackov1-58/+237
2024-02-23Make use of new functions in curl APIKaren Arutyunov1-111/+10
2024-02-23Add more cases to integration testKaren Arutyunov1-2/+57
2024-01-26Fix configuring runtime tests by stripping reflection variable from command lineKaren Arutyunov2-16/+20
2024-01-23Fix bbot worker not to perform pkg.install, bpkg.bindist.*, etc steps for ↵Karen Arutyunov3-22/+66
non-installable packages (GH issue #334)
2024-01-22Update copyrightKaren Arutyunov1-1/+1
2023-10-10Replace builds value host with all:&hostBoris Kolpackov1-1/+1
2023-10-02Introduce explicit hidden target configuration class in manualKaren Arutyunov1-7/+10
2023-08-29Run `sudo mkdir -p` at bbot.sys.install.tar.extract step in workerKaren Arutyunov2-13/+30
2023-08-29Fix worker not to pass to tar arguments for less specific step idsKaren Arutyunov2-59/+87
2023-08-28Add support for bbot.sys-install:config.install.root variableKaren Arutyunov3-37/+115
2023-07-05Change version to 0.17.0-a.0.zBoris Kolpackov2-4/+4
2023-06-30Release version 0.16.0v0.16.0Boris Kolpackov2-6/+6
2023-06-28Update NEWS filesBoris Kolpackov1-0/+18
2023-06-28Remove stray commentBoris Kolpackov1-2/+0
2023-06-26Suppress -Wdangling-reference GCC 13 warningKaren Arutyunov1-0/+5
2023-06-26Suppress -Wunqualified-std-cast-call Clang 15 warningKaren Arutyunov1-0/+2
2023-06-26Update .gitignore fileKaren Arutyunov1-0/+6
2023-06-21Add --{bootstrap,build}-startup options to agentBoris Kolpackov2-9/+25
Increase build startup timeout from 2 to 4 minutes.
2023-06-21Adjust sockets/cores/threads splits to better reflect modern hardwareBoris Kolpackov1-6/+7
2023-06-19Fix worker not to redefine upload-status result manifest valueKaren Arutyunov1-1/+12
2023-06-19Work around Apple Clang 14.0.3 x86_64 ICE in workerBoris Kolpackov1-10/+20
2023-06-19Fix bug in workerBoris Kolpackov1-1/+1
2023-06-01Increase verbosity threshold for few tracesBoris Kolpackov1-7/+6
2023-05-17Add support for build artifacts upload in agentKaren Arutyunov8-143/+883
2023-05-16Randomize URL query order within each priorityinterruptBoris Kolpackov1-5/+12
2023-05-16Implement machine interruption for priority level fourBoris Kolpackov1-35/+80
2023-05-15Add CPU boosting for higher 4th priority levelsBoris Kolpackov4-10/+28
2023-05-15Change warning to info when timed our acquiring global toolchain lockBoris Kolpackov1-1/+5
2023-05-15Implement priority lower bound calculation and machine interruptionBoris Kolpackov1-59/+240
2023-05-15Redo priority monitor mode detection to obtain priority rangeBoris Kolpackov1-18/+33
2023-05-14Handle SIGUSR1 interrupt during perform_task()Boris Kolpackov1-32/+101
Also add a few missing snapshot cleanups (after suspension and unexpected exit).
2023-05-14Setup machine interrupt handling infrastructureBoris Kolpackov1-35/+70
2023-05-14Treat suspended machines same as being bootstrapped for interrupt purposesBoris Kolpackov1-36/+85
2023-05-12Respect --instance-max limit when bootstrapping machinesBoris Kolpackov1-85/+143