aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnRunner.java
Commit message (Expand)AuthorAge
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Removing deprecated field total_input_file_count.Gravatar olaola2017-09-21
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Uploading failed action outputs to the remote cache, because even if the test...Gravatar olaola2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-11
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* remote: support timeoutsGravatar buchgr2017-08-30
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* Fixing #3552: re-execute cached orphaned Actions.Gravatar olaola2017-08-17
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* remote: Provide a clear error message if the remote cache is in an invalid st...Gravatar buchgr2017-08-14
* remote: Refactor RemoteSpawnRunner to distinquish between remoteGravatar buchgr2017-08-11
* CachedLocalSpawnRunner: reuse existing code from RemoteSpawnRunnerGravatar ulfjack2017-08-11
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* remote: Don't upload failed action to cache. Fixes #3452Gravatar Jakob Buchgraber2017-07-27
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* remote: Lower the chances of a race condition in the remote upload.Gravatar Ola Rozenfeld2017-07-17
* remote: Improve error handling for --remote_* cmd line flags. Fixes #3361, #3358Gravatar buchgr2017-07-14
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Sorting the Action output files.Gravatar olaola2017-07-14
* Reimplement RemoteSpawnStrategy on top of RemoteSpawnRunnerGravatar ulfjack2017-07-10
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Fix: remote results not downloaded on failed actions, such as interrupted tests.Gravatar olaola2017-06-13
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Expand the SpawnRunner/SpawnResult interfaces to cover more functionalityGravatar ulfjack2017-04-06
* Extract a SpawnRunner interfaceGravatar ulfjack2017-04-04
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29