eclipse-equinox / p2

Eclipse Public License 2.0
15 stars 41 forks source link

Remove the reconciler product #458

Closed laeubi closed 8 months ago

laeubi commented 8 months ago

This removes the only for tests build reconcile product project, instead it is now part of the test bundle and used to create a p2 provisioned install.

The product is still needed because P2 here copies a real product and then performs operations on it, but at laest we save us the packaging of all environments, only the current running environment is ever used here.

github-actions[bot] commented 8 months ago

Test Results

    9 files  ±0      9 suites  ±0   30m 26s :stopwatch: +35s 2 183 tests ±0  2 179 :white_check_mark: ±0   4 :zzz: ±0  0 :x: ±0  6 639 runs  ±0  6 628 :white_check_mark: ±0  11 :zzz: ±0  0 :x: ±0 

Results for commit 2517b4c3. ± Comparison against base commit a4337e34.

:recycle: This comment has been updated with latest results.

akurtakov commented 8 months ago

Thanks a lot!