Skip to content

Commit

Permalink
[NOID] Removes parallel settings from core. Tests with containers wer…
Browse files Browse the repository at this point in the history
…e removed
  • Loading branch information
ncordon committed Aug 8, 2023
1 parent a676be3 commit 5467f95
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +163,6 @@ dependencies {
}
}


// tweaks for CI
if (System.env.CI == 'true') {
allprojects {
tasks.withType(GroovyCompile) {
groovyOptions.fork = false
}
tasks.withType(Test) {
// containers (currently) have 2 dedicated cores and 4GB of memory
maxParallelForks = 2
minHeapSize = '128m'
}
}
}

task copyRuntimeLibs(type: Copy) {
into "lib"
from configurations.testRuntimeOnly
Expand Down

0 comments on commit 5467f95

Please sign in to comment.