aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ExecutionRequirements.java
Commit message (Expand)AuthorAge
* Add an execution requirement key to trigger prefetching of remote outputsGravatar ulfjack2018-07-20
* Require the ActionExecutionMetadata to be passed to IncludeScannerGravatar ulfjack2018-07-19
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06