iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Feature/predictive test selection

Open chrisdutz opened this issue 2 months ago • 1 comments

Description

Enabled develocity predictive test-selection for non-master branches.

This will selectively run tests that are most probable to test changed parts and skip tests, that most probably effect parts that have not changed.

This is only enabled in non-master branches, so on master nothing should have changed.

I also added a configuration option to automatically have surefire re-run tests that failled. Possibly helping no longer requiring to manually re-run gh action jobs.

chrisdutz avatar Jun 04 '24 09:06 chrisdutz