On 07/10/2015 22:27, Rene Rivera wrote:
On Wed, Oct 7, 2015 at 3:13 PM, Ion GaztaƱaga
wrote: Since MSVC-7.1 is (in theory) supported by Boost and we had no regressions on that platform, I've set up an old computer to do the job.
I've executed regression tests several times and results appear in develop branch's result page but they are always missing in master branch. Any hint on what could be the problem?
Test runner against master need to be "approved" before showing up. Assuming it's a stable test runner.. You can submit a PR to add it to the allowed list of runners here < https://github.com/boostorg/regression/blob/develop/reports/src/boost_wide_report.py#L51>. So..
Thanks! PR submitted.
How often will that runner do tests? Continuous? Daily? Weekly? Other?
Currently three times a week. With a single toolset (I might be adding some other missing toolsets) I could run it more frequently (master + develop need in my old computer ~16 hours). Is 3 times a week acceptable? Best, Ion