aboutsummaryrefslogtreecommitdiff
path: root/bbot
AgeCommit message (Expand)AuthorFilesLines
15 hoursUppercase auxiliary environment variable prefixHEADmasterBoris Kolpackov1-2/+2
2 daysFix worker to properly handle cli parser exceptions while parsing task manife...Karen Arutyunov1-0/+5
3 daysGet rid of extraneous trailing blank lines in auxiliary environment valueBoris Kolpackov2-2/+7
3 daysFix bug in default_ram_minimum value in bbot-agentBoris Kolpackov1-6/+21
3 daysDon't parse nor serialize toolchain and bootstrap manifests in bootstrapped m...Karen Arutyunov3-70/+133
4 daysFix insufficient RAM detection logic bug in bbot-agentBoris Kolpackov1-1/+1
7 daysHandle auxiliary environment in bbot-workerBoris Kolpackov1-27/+185
7 daysImplement auxiliary machine support in bbot-agentBoris Kolpackov9-219/+1291
2024-03-12Adapt to build auxiliary machines related changes in libbbotKaren Arutyunov2-2/+15
2024-03-06Rename --ram agent option to --build-ram, add --auxiliary-ramBoris Kolpackov4-6/+23
2024-02-23Make use of new functions in curl APIKaren Arutyunov1-111/+10
2024-01-26Fix configuring runtime tests by stripping reflection variable from command lineKaren Arutyunov1-8/+16
2024-01-23Fix bbot worker not to perform pkg.install, bpkg.bindist.*, etc steps for non...Karen Arutyunov1-5/+24
2023-08-29Run `sudo mkdir -p` at bbot.sys.install.tar.extract step in workerKaren Arutyunov1-12/+27
2023-08-29Fix worker not to pass to tar arguments for less specific step idsKaren Arutyunov1-55/+84
2023-08-28Add support for bbot.sys-install:config.install.root variableKaren Arutyunov1-23/+71
2023-06-28Remove stray commentBoris Kolpackov1-2/+0
2023-06-21Add --{bootstrap,build}-startup options to agentBoris Kolpackov2-9/+25
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 Arutyunov5-132/+854
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
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
2023-05-12Add infrastructure for controller URL prioritiesBoris Kolpackov2-81/+212
2023-05-11Add --instance-max agent optionBoris Kolpackov3-32/+105
2023-05-11Use fake lock for fake machine lockingBoris Kolpackov1-20/+26
2023-05-11Return locked machines from enumerate_machines()Boris Kolpackov3-22/+64
2023-05-11Do not assume bootstrapped machines and task request machines are parallelBoris Kolpackov1-21/+28
2023-05-11Save holding process information (pid, priority) to machine lockBoris Kolpackov1-18/+145
2023-05-10Add global toolchain locking to agentBoris Kolpackov2-250/+416
2023-04-26Generate bindist-result.manifest if bbot.bindist.upload worker step is enabledKaren Arutyunov1-21/+164
2023-04-25Fix worker broken with the previous commitKaren Arutyunov1-16/+16
2023-04-24Add support for bbot.bindist.upload and bbot.upload steps in workerKaren Arutyunov3-72/+509
2023-04-20Log configuration UUIDs after bpkg.configure.build step idKaren Arutyunov1-11/+111
2023-04-20Add support for package-specific config vars in package build config in workerKaren Arutyunov1-186/+284
2023-04-18Fix arguments of bpkg-pkg-build command at bpkg.test-separate-installed.confi...Karen Arutyunov1-3/+3
2023-04-17Pass global import override for bootstrap module globally on bpkg command lin...Karen Arutyunov1-12/+7
2023-04-12Fix verifying which step id can be enabled/disabled in workerKaren Arutyunov1-0/+1
2023-04-11Add support for bbot.sys-install step in workerKaren Arutyunov1-35/+551