rjbs / CPAN-Reporter-Local

things to help hack up running CPAN tests and comparing results
2 stars 0 forks source link

the big idea #1

Open rjbs opened 3 years ago

rjbs commented 3 years ago

CPAN-Reporter-Local

Here's the plan:

CPAN::Test::Reporter config

Example:

edit_report=no
email_from=rjbs@cpan.org
send_report=yes
transport=File /tmp/smoke-runs/BUILD-ID/test-reports
rjbs commented 3 years ago

I spent some time digging into how we'd run two testers on one box. It's probably not a big deal, if we put our minds to it, but it looks a little annoying, because you can't tell CPAN that its config lives in ~/.cpan-xyz instead of ~/.cpan.

So maybe the simpler thing is to make one test machine (or container) per version. We'd end up with the reports on two different machines, and then copy them off for analysis, or maybe produce a compact summary: list of results plus copies of only failures?

rjbs commented 3 years ago

Setting up a minicpan is a little slow. We should try to an image of one available to attach immediately.