aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnRunner.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
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* Remove unused execRoot parameter from buildActionGravatar George Gensure2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-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
* Remove unnecessary I/O operations from handling remotely executed actions (fi...Gravatar olaola2018-03-08
* Don't display remote exec failed message on interrupt. Fixes #4783Gravatar olaola2018-03-06
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Bugfix: spawn output directories are not passed to remote execution.Gravatar olaola2018-02-21
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* 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