Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed May 12, 2023
1 parent 81a7514 commit 45115ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,14 @@ softwaremill_sttp {
]
}
softwaremill_tapir {
java.version=17
sbt.options=["-J-Xmx6g", "-J-Xss2M", "-J-XX:+UseG1GC"]
sbt.commands=["set vertxServerZio1.jvm(true)/Compile/doc/sources := Nil"]
projects.overrides {
tapir-datadog-metrics.tests = compile-only
tapir-http4s-client.tests = compile-only
tapir-sttp-client-ws-zio1.tests = compile-only
tapir-sttp-client.tests = compile-only
// Deadlocks when executing in minikube
tapir-vertx-server.tests = compile-only
}
Expand Down
9 changes: 1 addition & 8 deletions coordinator/configs/slow-projects.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
akka/akka
avast/scala-server-toolkit
disneystreaming/smithy4s
http4s/http4s
kamon-io/kamon
scalatest/scalatest
softwaremill/sttp
softwaremill/tapir
thoughtworksinc/dsl.scala
zio/zio
thoughtworksinc/dsl.scala

0 comments on commit 45115ed

Please sign in to comment.