aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/AbstractSpawnStrategy.java
Commit message (Expand)AuthorAge
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Weave the artifact path resolver through the Spawn execution context.Gravatar felly2018-07-25
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* AbstractSpawnStrategy should not crash when executing actions with a null owner.Gravatar tomlu2018-02-01
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Move anonymous inner class to nested classGravatar ulfjack2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24