Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-14 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1247/+0 | |
2017-06-14 | Periodically recheck for manifest upload | Boris Kolpackov | 1 | -4/+8 | |
There seems to be some obscure race, perhaps related to tmpfs? | |||||
2017-06-02 | Add support for bbot agent authentication | Karen Arutyunov | 1 | -8/+78 | |
2017-05-24 | Some more TFTP upload robustness work | Boris Kolpackov | 1 | -21/+27 | |
2017-05-24 | Remove task response manifest for good measure | Boris Kolpackov | 1 | -0/+2 | |
2017-05-19 | Make TFTP upload even more robust | Boris Kolpackov | 1 | -7/+18 | |
2017-05-13 | Make TFTP upload more robust | Boris Kolpackov | 1 | -0/+10 | |
2017-05-12 | Add support for including data with trace object | Boris Kolpackov | 1 | -3/+3 | |
2017-05-10 | Suspend machine on abnormal build for investigation | Boris Kolpackov | 1 | -15/+18 | |
2017-05-08 | Soft-fail if result manifest is broken | Boris Kolpackov | 1 | -1/+8 | |
2017-05-03 | Pass toolchain name/version to controller | Boris Kolpackov | 1 | -4/+15 | |
2017-05-03 | Use VERSION_ID instead of VERSION_STR where appropriate | Boris Kolpackov | 1 | -1/+1 | |
2017-05-01 | Adapt to adding hxx extension for headers and lib prefix for library dir in ↵ | Karen Arutyunov | 1 | -2/+2 | |
libbutl | |||||
2017-05-01 | Use standard version in bootstrap manifest | Boris Kolpackov | 1 | -16/+18 | |
2017-05-01 | Retry mis-booted machines | Boris Kolpackov | 1 | -144/+185 | |
2017-05-01 | Soft-fail on VM forcedown failures | Boris Kolpackov | 1 | -2/+3 | |
Since we've got the result this should be harmless. And should help with spurious KVM crashes with Mac OS guest. | |||||
2017-04-30 | Add hxx extension for headers and lib prefix for library dirs | Karen Arutyunov | 1 | -9/+9 | |
2017-04-29 | Use fixed TFTP ports for robustness | Boris Kolpackov | 1 | -5/+7 | |
This way we can cleanup old iptables entries in case or crash/termination | |||||
2017-04-24 | Add more agent tracing | Boris Kolpackov | 1 | -0/+6 | |
2017-04-22 | Make HTTP soft error handling more robust | Boris Kolpackov | 1 | -6/+32 | |
2017-04-22 | Rename directory toolchain/ to toolchains/ | Boris Kolpackov | 1 | -2/+2 | |
To be consistent with machines/ | |||||
2017-04-22 | Various tweaks | Boris Kolpackov | 1 | -3/+3 | |
2017-04-21 | Various improvements | Boris Kolpackov | 1 | -4/+6 | |
2017-04-21 | Make compilable on Windows | Boris Kolpackov | 1 | -30/+47 | |
2017-04-20 | Add machine options | Boris Kolpackov | 1 | -1/+7 | |
2017-04-19 | Adapt to challenge and fingerprint manifest values being optional now | Karen Arutyunov | 1 | -2/+2 | |
2017-04-19 | Minor improvement | Boris Kolpackov | 1 | -1/+5 | |
2017-04-19 | Add --fake-machine and machine-less agent/worker test | Boris Kolpackov | 1 | -41/+73 | |
2017-04-18 | Add --trust agent option | Boris Kolpackov | 1 | -10/+22 | |
2017-04-18 | Add --systemd-daemon option to worker | Boris Kolpackov | 1 | -30/+8 | |
2017-04-18 | If build terminates abnormally, suspend machine for investigation | Boris Kolpackov | 1 | -16/+25 | |
2017-04-18 | Finish agent and worker logic | Boris Kolpackov | 1 | -70/+403 | |
2017-04-12 | Complete agent side of machine bootstrap | Boris Kolpackov | 1 | -31/+97 | |
2017-04-11 | Close sockets on exec | Boris Kolpackov | 1 | -1/+1 | |
2017-04-11 | Change license to TBC (to be confirmed) | Boris Kolpackov | 1 | -2/+2 | |
2017-04-11 | Implement TFTP server support in agent | Boris Kolpackov | 1 | -11/+97 | |
2017-04-10 | Implement vm startup and shutdown | Boris Kolpackov | 1 | -32/+57 | |
2017-04-08 | Implement machine enumeration | Boris Kolpackov | 1 | -223/+263 | |
2017-04-06 | Add machine enumeration outline | Boris Kolpackov | 1 | -33/+341 | |
2017-04-04 | Add --cpu and --ram options | Boris Kolpackov | 1 | -0/+10 | |
2017-04-03 | Make agent simple systemd daemon, add worker stub | Boris Kolpackov | 1 | -29/+46 | |
2017-04-03 | Redo version header | Boris Kolpackov | 1 | -2/+0 | |
2017-04-01 | Setup build infra | Boris Kolpackov | 1 | -0/+102 | |