Skip to content

Commit

Permalink
Try to fix test flakiness
Browse files Browse the repository at this point in the history
Let's run the same task twice, so the artifacts are already downloaded
and the transform execution will not happen in parallel.
  • Loading branch information
wolfs committed Apr 18, 2019
1 parent c5b57dc commit 624499a
Showing 1 changed file with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
commands: [{
execution-subdirectory: groovy
execution-subdirectory: groovy
executable: gradle
args: "resolveRuntimeClasspath"
}, {
execution-subdirectory: groovy
executable: gradle
args: "clean"
}, {
execution-subdirectory: groovy
executable: gradle
args: "resolveRuntimeClasspath --max-workers=1"
expected-output-file: artifactTransformMinify.out
}, {
execution-subdirectory: kotlin
executable: gradle
args: "resolveRuntimeClasspath --max-workers=1"
expected-output-file: artifactTransformMinify.out
},{
args: "resolveRuntimeClasspath"
}, {
execution-subdirectory: kotlin
executable: gradle
args: "clean"
}, {
execution-subdirectory: kotlin
executable: gradle
args: "resolveRuntimeClasspath --max-workers=1"
Expand Down

0 comments on commit 624499a

Please sign in to comment.