Hi,
I was looking a bit around, the CircleCI offer
<https://circleci.com/open-source/> does look interesting, it's 400k
credits _per month_ (not total like in Travis),
with 10 credits used per core and per minute
<https://circleci.com/docs/2.0/credits/>.
Taking this build
<https://travis-ci.org/github/geotools/geotools/builds/740404604> as a
reference, we consumed 84 minutes, which, assuming a 2 core build machine,
would translate to
1680 credits being used, or 238 builds per month, an average of 8 builds a
day.

It would not be super-comfortable, but we could reduce some of the
consumption by running a few of the builds on a 1 core
machine, like the database ones for example, and maybe compacting the
OpenJDK 11 build so that it runs both the normal
build and QA at the same time.

Or go for some other arrangement of builds, like moving the normal JDK8 and
JDK 11 builds to Github actions and leaving
QA and databases in CircleCI for example.

The one thing that I like about Travis CI and the like is that the builds
can be set up and modified by anyone by PR,
while moving to Jenkins would restrict access to a much smaller set of
people.

Cheers
Andrea


On Wed, Nov 11, 2020 at 4:07 PM mark <mc.pr...@gmail.com> wrote:

> On 11/10/20 6:53 PM, Andrea Aime wrote:
>
> Travis CI letting us down
>
> Switch to a 10k credits and credit consumption per minute, gonna happen by
> end of November.
>
> Need to switch to something else for the Travis builds:
>
>    -
>
>    Github actions. Work, worried about using only one tool, and everyone
>    is switching to them.
>    -
>
>    Circle CI, we have had mixed success with the Windows build, and there
>    is a time limit (think 50 minutes). GeoNode is using CircleCI. Apparently
>    we’d get 4 concurrent builds for Linux
>    
> <https://circleci.com/blog/optimizing-open-source-projects-on-circleci/#:~:text=Parallelism%20is%20available%20if%20you,as%20they%20use%20more%20resources.>
>    .
>    -
>
>    Azure Pipelines is also an option.
>    -
>
>    Anything else? Anyone that would like to work on a migration?
>
>
> Auch! I didn't get that memo.
>
> We used about 17000 minutes on our open source projects over the last
> month @B3Partners so we'll probably be ditching Travis-CI... so I may be
> able to lend a hand once we choose a direction.
>
> Some of our projects already run on Jenkins as well using a Jenkinsfile,
> but up until now I haven't managed setting up a build matrix with 2
> different Java versions and a multitude of database flavours on a single
> Jenkins instance running in parallel. (and running them all sequentially
> takes all day).
>
> Matrix builds should be doable reading
> https://www.jenkins.io/blog/2019/11/22/welcome-to-the-matrix/ though.
>
> I've looked into Github action/runners in the past, but (at least for
> windows) ran into problems with the small disk capacity of the images they
> use (specifically trying to use SQL Server on their Windows runner).
>
>
> - Mark
>
>
> _______________________________________________
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>


-- 

Regards, Andrea Aime

== GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
(LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
------------------------------------------------------- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to