summaryrefslogtreecommitdiff
path: root/src/ci_runner.rs
AgeCommit message (Collapse)Author
2023-07-04try reporting max cpu freq, but this is going to be messyiximeow
2023-07-04too noisyiximeow
2023-07-04let clients keep connections alive a little longeriximeow
2023-07-03expose function for lua to run commands and collect outputiximeow
onward, `rustc --version`!!
2023-07-02fish out host info for ... at least the nanopi m4 on the bookshelfiximeow
2023-07-02use the platform-generic c_char, instead of i8/u8 WHICH I GUESS VARIES ↵iximeow
BETWEEN x86 AND aarch64
2023-07-02actually capture cpu family for ... cpu family ...iximeow
2023-07-02add host identifiers?iximeow
2023-07-02add a protocol, host info reportingiximeow
2023-07-02make client configurableiximeow
2023-07-01fix client sending wrong task status nameiximeow
2023-07-01add a notion of runs distinct from jobs, lets see how well this goes overiximeow
2023-06-30specifically report failures to check out build refsiximeow
2023-06-27[driver] basic tools to track steps as reported by runnersiximeow
2023-06-25trim whitespace from auth secret fileiximeow
2023-06-24crank dead code eliminatoriximeow
2023-06-24duplicate importsiximeow
2023-06-24make webserver configurable (instead of hardcoded configs lol)iximeow
2022-12-29record and present metricsiximeow
2022-12-29do not use buggy AsyncWrite impl for file transfer, spawn_blocking a ↵iximeow
blocking task
2022-12-29factor out io stuffiximeow
2022-12-28support Build.run parameters, more consistently insert tmpdir/ into pathsiximeow
2022-12-27finally actually support goodfilesiximeow
some more refinements to how builds are run as well: build state discusses if a build us running, where the result is either a pass or fail this is useful for deciding if a build is in progress and how artifacts (if any) should be presented
2022-12-26dont need that to help me anymore reallyiximeow
2022-12-26let build runners indicate restricted interestiximeow
2022-12-25support uploading artifacts during buildsiximeow
2022-12-22draw almost all of the owliximeow