eclipse-equinox / equinox

equinox
Eclipse Public License 2.0
28 stars 60 forks source link

[Build] Speed-up recording of compiler- and test-logs #619

Closed HannesWell closed 1 month ago

HannesWell commented 1 month ago

Make the log-file patterns more specific to speed up the search. This is possible since the equinox and equinox.binaries repository are checkout side-by-side and avoids search the local Maven repository in the workspace.

github-actions[bot] commented 1 month ago

Test Results

  660 files  ±0    660 suites  ±0   1h 10m 24s :stopwatch: -8s 2 195 tests ±0  2 148 :white_check_mark: ±0   47 :zzz: ±0  0 :x: ±0  6 729 runs  ±0  6 586 :white_check_mark: ±0  143 :zzz: ±0  0 :x: ±0 

Results for commit 3443d60c. ± Comparison against base commit a394f9c8.

HannesWell commented 1 month ago

This does not have a significant impact on the runtime of the log-recordings, thus keeping the pipeline as it is.