Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-06 | Execution server: Fix OutputDirectory generation in compatible mode | Sascha Roloff | |
2023-02-28 | just execute: indicate the mode started in | Klaus Aehlig | |
2023-02-28 | execution service: BatchUpdateBlobs check consitency of requested digests | Alberto Sartori | |
2023-02-15 | execution service: use alias namespace | Alberto Sartori | |
2023-02-15 | just-execute: report un-tagged hashes | Alberto Sartori | |
2023-02-15 | ExecutionServiceImpl: refactor Execute | Alberto Sartori | |
2023-02-15 | just execute: add more logs during execution | Alberto Sartori | |
2023-02-15 | just execute: add action's stdout and stderr to cas... | Alberto Sartori | |
so that they can also be reported on the client side | |||
2023-02-14 | targets: fix deps structure | Paul Cristian Sarbu | |
2023-02-10 | just execute: bugfix: honor do_not_cache boolean | Alberto Sartori | |
2023-02-02 | execution-service: add new subcommand execute | Alberto Sartori | |
This subcommand starts a single node remote execution service honoring the just native remote protocol. If the flag --compatible is provided, the execution service will honor the original remote build execution protocol. New command line args supported by this subcommand: -p,--port INT: Execution service will listen to this port. If unset, the service will listen to the first available one. --info-file TEXT: Write the used port, interface, and pid to this file in JSON format. If the file exists, it will be overwritten. -i,--interface TEXT: Interface to use. If unset, the loopback device is used. --pid-file TEXT Write pid to this file in plain txt. If the file exists, it will be overwritten. --tls-server-cert TEXT: Path to the TLS server certificate. --tls-server-key TEXT: Path to the TLS server key. Co-authored by: Klaus Aehlig <klaus.aehlig@huawei.com> |