Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-12 | test: Check tc sharding if 'just serve' acts also as 'just execute' | Paul Cristian Sarbu | |
2023-12-05 | test: Check remote build via just serve | Paul Cristian Sarbu | |
2023-11-16 | test: Check that serve service works in compatible mode | Paul Cristian Sarbu | |
Added compatibility envariable to the with_serve rule, guarded tests using --fetch-absent such that they run only in native mode, and made all serve-service tests aware of the compatibility flag. | |||
2023-11-16 | remote-execution-endpoint: fall back to remote-serve-endpoint | Alberto Sartori | |
If only the `--remote-serve-endpoint` option is specified on the command line, the `--remote-execution-endpoint` is also set to the given value. This makes the spawning and usage of just-execute consistent. When just-serve is started, if no remote execution endpoint is provided, the same process will also act as a just-execute instance. With the current patch, the client can thus only write, on command line, the remote serve address, avoiding the repetition of the same address for two different options. | |||
2023-11-16 | end-to-end serve-target-cache-hit: test the failure if... | Alberto Sartori | |
...the client and serve use two different remote execution endpoints fixup test | |||
2023-11-15 | just-serve: add end-to-end tests | Alberto Sartori | |
serve_target_remote_build.sh should be updated once just-serve can orchestrate the remote build |