Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build plan and resolve deadlocks #125

Merged
merged 15 commits into from
Apr 8, 2023
Merged
Prev Previous commit
Next Next commit
config updates
  • Loading branch information
WojciechMazur committed Apr 7, 2023
commit c2369391274c1feb01fe90502326bd991aaac30e
6 changes: 6 additions & 0 deletions coordinator/configs/filtered-projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ polyvariant:colorize-scala:.*
polyvariant:scodec-java-classfile:.*
polyvariant:treesitter4s:.*

## better-files plugin
e257-fi:dirsuite:.*

# Depends on no longer available pre-release
oleg-py:shironeko:0.2.0-M.*

Expand All @@ -216,6 +219,9 @@ laserdisc-io:fs2-aws:5.0.*
## override opaque type
tabdulradi:mazboot:.*

# Requires JDK incubator/preview features
markehammons:slinc:.*
softwaremill:ox:.*

# scala-cli project
alexarchambault:scalacon-2022-demo:.*
Expand Down
14 changes: 10 additions & 4 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ akka_akka {
]
}
}
akka_alpakka.tests = compile-only
alejandrohdezma_http4s-munit {
tests = compile-only
sbt.commands = [
Expand Down Expand Up @@ -66,6 +67,7 @@ clevercloud_pulsar4s.tests = compile-only
clockworkconsulting_peregrin.tests = compile-only
clulab_fatdynet.tests = compile-only
com-lihaoyi_requests-scala.tests = compile-only
com-lihaoyi_scalatags.tests = compile-only

dacr_jassh.tests = compile-only
darrenjw_scala-glm.tests = compile-only
Expand Down Expand Up @@ -169,6 +171,7 @@ guymers_ceesvee.tests = compile-only // flaky
giabao_asm-flow.tests = disabled // Does not compile
giabao_paho-akka.tests = compile-only
giiita_refuel.tests = compile-only
gmethvin_directory-watcher.tests = compile-only
greenleafoss_green-leaf-mongo.tests = compile-only
greenfossil_thorium.tests = compile-only
guardian_fastly-api-client.tests = compile-only
Expand Down Expand Up @@ -279,6 +282,7 @@ mateuszkubuszok_pipez{
}
]
}
metarank_cfor.tests = compile-only
metarank_ltrlib.tests = disabled // used Scala 2 macro
mccarthy_fetch{
# https://github.com/lampepfl/dotty/issues/15843
Expand All @@ -303,9 +307,12 @@ ohze_couchbase-scala.tests = compile-only
ohze_php-utils.tests = compile-only
outr_robobrowser.tests = compile-only
outr_scarango.tests = compile-only
outr_profig.tests = compile-only


palanga_zio-cassandra.tests = compile-only
palanga_parana.tests = compile-only // usses cassandra instance
pathikrit_better-files.tests = compile-only
pdal_java.tests = disabled // Needs cmake in tests
permutive-engineering_fs2-google-pubsub.tests = compile-only
pityka_lamp{
Expand Down Expand Up @@ -396,6 +403,7 @@ scalapb_scalapb{
replace-with = ""
}]
}
scalapb_protobuf-scala-runtime.tests = compile-only
scalapb-json_scalapb-argonaut.tests = compile-only
scalapb-json_scalapb-json-common.tests = compile-only
scalapy_scalapy.tests = compile-only
Expand Down Expand Up @@ -433,6 +441,7 @@ shawjef3_tryutils.tests = compile-only
shiftleftsecurity_js2cpg.tests = compile-only
simy4_coregex.java.version = 11 // scaldoc/javadoc fails in Java 8 due to incorrect flags
sirthias_scala-ssh.tests = compile-only
sirthias_parboiled2.tests = compile-only
sksamuel_elastic4s.tests = compile-only
sky-uk_kafka-topic-loader.tests = compile-only // timeouts
softwaremill_sttp {
Expand Down Expand Up @@ -617,10 +626,7 @@ xuwei-k_httpz.tests = compile-only
y-yu_slick-bulk-insert.tests = compile-only

zengularity_benji.tests = compile-only
zio_izumi-reflect.sbt.commands = [
// Test checks contents of the exception message - it changed between 3.1.1 and 3.1.3
"""set every Test/unmanagedSources/excludeFilter := HiddenFileFilter || "TagProgressionTest.scala""""
]
zio_izumi-reflect.tests = compile-only
zio_zio-config {
memory-request-mb = 7168
projects.overrides = {
Expand Down