=pro #17397 improve PR validation speed tremendously (skipping things)

+ enable parallel execution
+ exclude perf tests (TODO mark more as such)
+ uses sbt-dependency-graph plugin
+ implement dependency tracking for testing of only these
+ project which could have been affected by a given PR
This commit is contained in:
Konrad Malawski 2015-05-05 19:39:56 +02:00
parent 920dc48109
commit 8b045173ad
17 changed files with 226 additions and 46 deletions

View file

@ -1 +1,3 @@
enablePlugins(akka.RootSettings)
net.virtualvoid.sbt.graph.Plugin.graphSettings