apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.13k stars 137 forks source link

Configure `TestJdk9` for Develocity #1370

Closed Duhemm closed 1 month ago

Duhemm commented 1 month ago

Prevously, the tests that are run in the TestJdk9 configuration were not captured by Develocity: the results of these tests would not appear in the Develocity test report and dashboard, and failed tests would not be retried.

Because TestJdk9 is a custom configuration, Develocity cannot configure it automatically and we need to manually add the Develocity test settings in that configuration. This is done through an auto plugin that is enabled only on projects where both the Develocity and Jdk9 plugins are enabled.