Skip to content

Commit

Permalink
Sort context properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Jul 22, 2021
1 parent 82923fe commit a10761b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@ object TestAndroid {
val junit by !type<JUnit.Api>()
val args by !Args

val dispatch by -Dispatch.Shards
val devices by -AvailableDevices
val results by -ExecuteTests.Results
val packageNames: Map<String, String> by ParseApkInfo { packageNames }
val testRunners: Map<String, String> by ParseApkInfo { testRunners }
val testCases: Map<String, List<String>> by -ParseTestCases
val previousDurations: Map<String, Long> by -LoadPreviousDurations
val shards: List<List<Shard.App>> by -PrepareShards
val previousDurations: Map<String, Long> by -LoadPreviousDurations
val results: Channel<ExecuteTests.Result> by -ExecuteTests.Results
val dispatch: Channel<Dispatch.Data> by -Dispatch.Shards
val devices: Channel<Device.Instance> by -AvailableDevices
val ids: List<String> by -InvokeDevices
val packageNames by ParseApkInfo { packageNames }
val testRunners by ParseApkInfo { testRunners }
val testResult by -ExecuteTests
val testResult: List<Device.Result> by -ExecuteTests
}

internal val context = Parallel.Function(::Context)
Expand Down

0 comments on commit a10761b

Please sign in to comment.