Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-31 | just serve: Cleanup logging to remove tool name | Paul Cristian Sarbu | |
Also cleans up the logging when parsing the serve service configuration file. | |||
2023-12-13 | just serve: allowing for tuning retry strategy in the configuration file | Alberto Sartori | |
While parsing the configuration file, if the key `"execution endpoint"` is present, the following three keys are evaluated as well: - "max-attempts" - "initial-backoff-seconds" - "max-backoff-seconds" | |||
2023-12-06 | just serve: make tc write strategy configurable | Klaus Aehlig | |
2023-12-05 | just serve: Add configuration fields for remote builds | Paul Cristian Sarbu | |
2023-09-15 | just serve: add remote execution endpoint and --fetch-absent option | Paul Cristian Sarbu | |
The serve service will communicate with this endpoint when needed, as well as ensure artifacts it provides are synced with the remote execution CAS, if requested by the client. If just-mr is given the --fetch-absent option, it Always produce present roots irrespective of the 'absent' pragma. For Git repositories marked with the 'absent' pragma, first try to fetch any commit trees provided by the serve endpoint from the execution endpoint CAS, before reverting to a network fetch. Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com> Co-authored-by: Alberto Sartori <alberto.sartori@huawei.com> | |||
2023-09-13 | just: Add handling of 'just serve' configuration | Paul Cristian Sarbu | |