aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-14Fix result manifest request failures due to exceeding request size limitKaren Arutyunov1-2/+7
2021-12-09Add support for multiple requirements in requirement alternativeKaren Arutyunov1-1/+7
2021-11-09Remove backwards-compatibility workaroundBoris Kolpackov1-4/+1
2021-11-04Minor cleanupsKaren Arutyunov1-62/+53
2021-10-22Add delay between bpkg-pkg-build and bpkg-update on WindowsBoris Kolpackov1-1/+15
2021-10-14Free up space before installing package in workerKaren Arutyunov1-0/+7
2021-10-08Use bpkg.module.create args prefix while creating module configuration for in...Karen Arutyunov1-1/+1
2021-10-08Fix worker crashKaren Arutyunov1-28/+8
2021-10-08Change worker script to install tools and modules from configuration separate...Karen Arutyunov1-169/+469
2021-10-04Add support for soft and hard rebuildsKaren Arutyunov1-25/+158
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-7/+7
2021-09-27Fix worker not to perform unnecessary string copyKaren Arutyunov1-6/+6
2021-09-27Invent b.create and b.configure step ids and add support for selfhost moduleKaren Arutyunov1-58/+89
2021-09-27Finalize licenseBoris Kolpackov1-2/+2
2021-09-24Add support for target, host, and module package typesKaren Arutyunov1-698/+1356
2021-09-09Use binary file mode for compressed contentBoris Kolpackov1-1/+1
2021-09-09Compress result manifest uploaded by workerBoris Kolpackov1-8/+12
2021-08-24Truncate operation result logs if too largeBoris Kolpackov1-0/+40
2021-07-07Minor diagnostics tweakBoris Kolpackov1-1/+1
2021-07-06Remove nanoseconds from step id line in worker logKaren Arutyunov1-1/+1
2021-07-06Fix 'lambda capture is not used' warningsKaren Arutyunov1-2/+4
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 Arutyunov1-3/+5
2021-03-26Minor cleanupKaren Arutyunov1-2/+0
2021-03-26Add support for interactive buildsKaren Arutyunov1-166/+353
2021-03-12Add more step ids to worker scriptKaren Arutyunov1-50/+111
2021-02-16Regularize step ids and introduce step id fallbacksKaren Arutyunov1-52/+140
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 Kolpackov1-37/+51
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 Kolpackov1-1/+1
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-04-06Add support for test-exclude task manifest valueKaren Arutyunov1-8/+41