Skip to content

Commit

Permalink
Disable not-ready Pekko projects, adjust config of the other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jul 7, 2023
1 parent a91a85e commit 095557a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
12 changes: 7 additions & 5 deletions coordinator/configs/custom-projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ apache/incubator-pekko-http
apache/incubator-pekko
apache/incubator-pekko-grpc
apache/incubator-pekko-connectors-kafka
apache/incubator-pekko-connectors
# Build issue, requires scala-collection-compat_3
# apache/incubator-pekko-connectors
apache/incubator-pekko-persistence-dynamodb
apache/incubator-pekko-persistence-cassandra
apache/incubator-pekko-projection
apache/incubator-pekko-persistence-jdbc
apache/incubator-pekko-persistence-r2dbc
# Missing dependencies
# apache/incubator-pekko-persistence-cassandra
# apache/incubator-pekko-persistence-jdbc
# apache/incubator-pekko-persistence-r2dbc
# apache/incubator-pekko-projection
lichess-org/lila
lichess-org/lila-ws
lichess-org/playframework-lila
Expand Down
16 changes: 16 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ anatoliykmetyuk_simple-rockets-compiler{
# multi string settings need to use `:` since 3.2
sbt.commands = ["""set core/Compile/doc/scalacOptions ~= {_.diff(Seq("-comment-syntax", "wiki")) ++ Seq("-comment-syntax:wiki")}"""]
}
apache_incubator-pekko.java.version = 8
apache_incubator-pekko-http {
projects.exclude = [
# Scalafix supports only Scala2
"pekko-http-scalafix-rules","pekko-http-scalafix-tests",
"http-scalafix-test-input", "http-scalafix-test-output",
# Build issue requires Scalafix
"pekko-http-tests", "pekko-http-docs"
]
}
apache_incubator-pekko-connectors-kafka {
projects.overrides {
pekko-connectors-kafka-java-tests.tests = compile-only
}
}
apache_incubator-pekko-persistence-dynamodb.tests = compile-only
apimorphism_telegramium.tests = compile-only
armanbilge_litter.sbt.commands = ["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"]
armanbilge_feral.projects.exclude = [
Expand Down

0 comments on commit 095557a

Please sign in to comment.