aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote/RemoteSpawnRunnerTest.java
Commit message (Expand)AuthorAge
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* Retry ensureInputsPresent/execute/downloadGravatar George Gensure2018-07-10
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* 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
* 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
* remote: Provide a clear error message if the remote cache is in an invalid st...Gravatar buchgr2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* 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: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14