aboutsummaryrefslogtreecommitdiff
path: root/bbot
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Add support for end step id in workerKaren Arutyunov1-89/+132
2021-07-06Add timestamp to step id line in worker logKaren Arutyunov1-1/+9
2021-04-09Revert previous commit (work around batch file issues)Boris Kolpackov1-21/+6
2021-04-09Work around batch file issuesBoris Kolpackov1-6/+21
2021-04-09Print environment setup executable target argument in worker's interactive bu...Karen Arutyunov2-4/+14
2021-04-09Print interactive mode of agent when it runs as systemd daemonKaren Arutyunov1-0/+1
2021-04-09Move USB settings before machine-specific settingsBoris Kolpackov1-6/+6
2021-04-08Enable usb-tablet for KVM machinesBoris Kolpackov1-0/+6
2021-03-27Abort instead of suspending timed-out interactive buildsBoris Kolpackov1-11/+19
2021-03-26Minor cleanupKaren Arutyunov1-2/+0
2021-03-26Add support for interactive buildsKaren Arutyunov10-183/+527
2021-03-12Add more step ids to worker scriptKaren Arutyunov1-50/+111
2021-02-17Disable RAM dividing heuristicsBoris Kolpackov1-0/+8
2021-02-16Regularize step ids and introduce step id fallbacksKaren Arutyunov1-52/+140
2021-02-12Increase agent's build timeout in bbot-agent@.service from 60 to 90 minutesKaren Arutyunov1-1/+1
2021-02-11Increase agent's default build timeout from 60 to 90 minutesKaren Arutyunov1-2/+2
2020-10-27Add comment on why uploading result via temporary fileBoris Kolpackov1-0/+6
2020-10-20Fix potential confusion for combined log readerKaren Arutyunov1-0/+7
2020-10-19Reimplement worker result manifest upload via temporary fileBoris Kolpackov1-2/+30
2020-10-13Factor out and generalize worker result uploadingBoris Kolpackov2-37/+52
2020-10-07Fix worker failing on test installed operation for package from git repositoryKaren Arutyunov1-1/+4
2020-10-06Add re-distribution phase for checked out packagesKaren Arutyunov1-10/+191
2020-10-05Handle case where io_error not derived from system_errorBoris Kolpackov1-7/+12
2020-10-05Fix another bug in worker upload logicBoris Kolpackov1-2/+7
2020-10-01Fix few bugs in worker result upload logicBoris Kolpackov1-1/+12
2020-10-01Adapt to adding ext_mods parameter to butl::b_info()Karen Arutyunov1-16/+9
2020-10-01Configure main package as a system dependency of test package when requiredKaren Arutyunov1-7/+14
2020-09-30Tweak TFTP parameters some more, this time including serverBoris Kolpackov2-1/+2
2020-09-21Revert TFTP block size increaseBoris Kolpackov1-4/+4
2020-09-21Tweak TFTP parameters some moreBoris Kolpackov1-4/+4
2020-09-21Add support for modules that require bootstrapKaren Arutyunov1-32/+68
2020-09-15Adjust TFTP parameters to try to get rid of flaky uploadsBoris Kolpackov1-6/+14
2020-09-09Temporarily skip non-installed tests for modules that require bootstrapBoris Kolpackov1-1/+12
2020-07-27Fix command logs UTF-8-sanitizationKaren Arutyunov1-1/+1
2020-06-26Adapt to merging of package external tests, examples, and benchmarks into typ...Karen Arutyunov1-45/+26
2020-06-25Increase bootstrap timeout to 60 minutesBoris Kolpackov2-3/+3
2020-04-09Use butl::readsymlink() instead of POSIX readlink() in agentKaren Arutyunov1-19/+13
2020-04-06Add support for test-exclude task manifest valueKaren Arutyunov1-8/+41
2020-04-02Use ~build2 instead of ~host for build system modules configurationBoris Kolpackov1-2/+12
2020-03-31Fix operation status merge for shared logs in bbot workerKaren Arutyunov1-8/+21
2020-02-22UTF-8-sanitize command logsKaren Arutyunov1-7/+11
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov4-10/+12
2020-02-12Use copyright extracted from LICENSE file for printing utility versionKaren Arutyunov3-2/+12
2020-02-07Drop copyright notice from source codeKaren Arutyunov27-27/+0
2019-11-12Adjust to config.import to config.config.load renameBoris Kolpackov1-2/+2
2019-11-07Cosmetic changesBoris Kolpackov1-2/+2
2019-11-06Make worker be compilable with VCKaren Arutyunov1-2/+2
2019-11-06Add support for testing build system modules to workerKaren Arutyunov1-138/+340
2019-11-01Make use of --package-cwd bpkg-pkg-test optionKaren Arutyunov1-119/+4
2019-10-31Use environment task manifest value to locate environment setup executableKaren Arutyunov1-7/+24