On Tue, Sep 6, 2011 at 1:12 PM, Stefan Behnel <stefan...@behnel.de> wrote:
> Hi,
>
> I replaced the half-a-ton of cython-devel jobs in Jenkins by three
> multi-configuration matrix jobs:
>
> https://sage.math.washington.edu:8091/hudson/job/cython-devel-build/
>
> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests/
>
> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/
>
> The sdist job that does the git checkouts is unchanged:
>
> https://sage.math.washington.edu:8091/hudson/job/cython-devel-sdist/
>
> This setup only slightly reduces the flexibility of the overall
> configuration, but it greatly reduces the maintenance overhead for the jobs
> and makes it much easier to keep their configuration aligned.

Nice.

> The only downside is that it that all build jobs must terminate before the
> tests are triggered. Given that the turn-over times are quite low, I don't
> think that's a problem. Quite the contrary, if one of the PyX.Y builds
> fails, none of the test jobs will run, which I think is a good thing.

The one drawback is this seems to make it hard to implement the idea
of testing 2.4, 2.7, and 3.2 before building and testing all the rest
for quicker feedback?

> I've disabled the old jobs and will eventually remove them when this setup
> proves to be acceptable for everyone.
>
> Stefan
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/mailman/listinfo/cython-devel
>
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to