Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-08 | Use new setup for unit tests | Karen Arutyunov | 11 | -35/+45 | |
2019-03-06 | Align with latest bdep-new | Karen Arutyunov | 1 | -5/+12 | |
2019-03-04 | Add 'builds: all' value to manifest | Karen Arutyunov | 1 | -1/+1 | |
2019-02-23 | Don't allow machine configuration override RAM and CPU | Boris Kolpackov | 1 | -5/+10 | |
2019-02-22 | Add minor comments to integration testscript | Karen Arutyunov | 1 | -2/+2 | |
2019-02-22 | Fix integration test | Karen Arutyunov | 2 | -4/+4 | |
Make it aware of the sleep testscript builtin and the agent instance number. | |||||
2019-02-22 | Fix typo in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2019-02-21 | Change version to 0.10.0-a.0.z | Boris Kolpackov | 2 | -6/+6 | |
2019-02-19 | Release version 0.9.0v0.9.0 | Boris Kolpackov | 2 | -4/+4 | |
2019-02-08 | Increase build startup timeout to 2 minutes | Boris Kolpackov | 1 | -4/+4 | |
2019-02-08 | Update NEWS file | Boris Kolpackov | 1 | -0/+16 | |
2019-02-07 | Increase default bootstrap timeout to 30 minutes | Boris Kolpackov | 2 | -3/+3 | |
With parallel bootstrap things can now time longer. | |||||
2019-02-07 | Fix race in machine check | Boris Kolpackov | 1 | -7/+15 | |
2019-02-07 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2019-02-06 | Propagate abnormal status from startup to build worker | Boris Kolpackov | 2 | -13/+31 | |
This should prevent the machine from shutting down automatically. | |||||
2019-02-05 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2019-02-04 | Use QMP (QEMU Machine Protocol) events as machine log file | Boris Kolpackov | 3 | -15/+130 | |
2019-02-01 | Periodically check whether machine is still running | Boris Kolpackov | 2 | -6/+83 | |
2019-01-31 | Increase build mis-boot timeout from 60 to 90 seconds | Boris Kolpackov | 1 | -2/+2 | |
2019-01-28 | Add ability to specify alternative bridge interface to bbot-agent | Boris Kolpackov | 3 | -29/+36 | |
2019-01-28 | Fix race in QEMU shutdown | Boris Kolpackov | 2 | -8/+18 | |
2019-01-28 | Clean temporary backwards-compatibility stuff from bbot-agent@.service | Boris Kolpackov | 1 | -3/+5 | |
2019-01-28 | Add nice value to bbot-agent@.service file | Boris Kolpackov | 1 | -0/+1 | |
2019-01-26 | Increase QEMU rx/tx queue to 1024 | Boris Kolpackov | 1 | -4/+4 | |
2019-01-25 | Increase network queue sizes for better reliability under high load | Boris Kolpackov | 1 | -1/+14 | |
2019-01-23 | Pass -w (wait) option to iptables | Boris Kolpackov | 1 | -0/+2 | |
This is now necessary since we may be running multiple instances. | |||||
2019-01-23 | Minor tweak to agent .service file | Boris Kolpackov | 1 | -3/+3 | |
2019-01-22 | Add temporary --instance option to bbot-agent .service file | Boris Kolpackov | 1 | -0/+1 | |
2019-01-21 | Add support for running multiple instances of agent for same toolchain | Boris Kolpackov | 6 | -135/+320 | |
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-17 | Fix issue in systemd service file | Boris Kolpackov | 1 | -1/+1 | |
It appears we cannot use variables in the first word of ExecStart. | |||||
2019-01-17 | Update systemd .service file in preparation for multi-instance support | Boris Kolpackov | 1 | -2/+9 | |
2019-01-17 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 62 | -64/+64 | |
2019-01-16 | Use `b info` command to check if package project/subprojects can be tested | Karen Arutyunov | 3 | -45/+128 | |
2018-12-15 | Adapt to renaming butl::unknown_name_mode union to manifest_unknown_mode | Karen Arutyunov | 1 | -1/+4 | |
2018-12-11 | Document build configuration class inheritance | Karen Arutyunov | 1 | -0/+28 | |
2018-12-03 | Suppress MSVC warnings at project level | Karen Arutyunov | 1 | -0/+6 | |
2018-12-03 | Update manual with new build configuration naming | Boris Kolpackov | 1 | -17/+19 | |
2018-12-02 | Add commented out builds value to manifest | Karen Arutyunov | 1 | -0/+1 | |
2018-11-30 | Document that machine name components cnannot be empty | Karen Arutyunov | 1 | -3/+4 | |
2018-11-29 | Document configuration classes in buildtab | Karen Arutyunov | 1 | -23/+35 | |
2018-11-16 | Document task manifest repository-type value as optional | Karen Arutyunov | 2 | -3/+6 | |
2018-11-15 | Add note on controller priority | Boris Kolpackov | 1 | -1/+6 | |
2018-11-13 | Remove redundant /Oi that is implied by /O2 | Boris Kolpackov | 1 | -2/+2 | |
2018-11-09 | Add explicit -- separator before package name for pkg-build command | Boris Kolpackov | 1 | -0/+1 | |
2018-11-06 | Tweak qemu RTC options to try to avoid clock drift | Boris Kolpackov | 1 | -0/+6 | |
2018-11-02 | Log changing working directory to build directory in worker | Karen Arutyunov | 1 | -0/+4 | |
2018-11-01 | Change worker current directory to package directory for test operation | Karen Arutyunov | 2 | -8/+37 | |
Note that this is not uncommon for ported to build2 third-party packages to expect that tests should run in the project root directory. | |||||
2018-10-16 | Fix bug in logical CPUs to sockets/cores/threads topology mapping | Boris Kolpackov | 1 | -9/+14 | |
2018-10-11 | Fix agent loosing controller URLs | Karen Arutyunov | 1 | -2/+2 | |