corail-research / SeaPearl.jl

Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
https://corail-research.github.io/SeaPearl.jl/dev/
BSD 3-Clause "New" or "Revised" License
168 stars 10 forks source link

Run scheduled tests on prem #416

Open jardinetsouffleton opened 1 year ago

jardinetsouffleton commented 1 year ago

Tests currently run on github servers, which are capped at 6h. However, running and benchmarking our solver across many instances takes a lot more time, especially if we want to have long execution times. Moreover, the results obtained for those tests are not stored.

The goal of this issue is to run the test pipeline as-is, but on servers that we control (CIRRELT, GERAD) in order to allow for sufficient execution time. We should also build a way to store the results obtained.