wohali opened a new pull request #1194: Eliminate "default" Erlang platform 
from Jenkins CI
URL: https://github.com/apache/couchdb/pull/1194
 
 
   Currently, we run Jenkins CI builds on 11 platforms:
   
   Erlang 18.3 + [centos6|centos7|debian8|debian9|ubuntu1404|ubuntu1604]
   "Default" (ships-with-the-distro) Erlang + [same list but not centos6]
   
   The intent was ensure that CouchDB ran fine both with our preferred
   Erlang version (right now, 18.3) as well as the Erlang that ships with
   various common distributions. This would help ease consumption of
   CouchDB by end users, we thought.
   
   With CouchDB 2.1.0 we started providing convenience binary packages,
   built with Erlang 18.3. This (along with Docker) has become the most
   common way people consume CouchDB today. Those binaries are generated
   directly from the Jenkins builds.
   
   Further, Travis CI already runs our test suite against a variety of
   Erlang distributions, from 16B03 right through 20.1 (as of today).
   
   There is little value in the extra Jenkins runs at this point, beyond
   catching any vagaries of distro-specific Erlang weirdness that we
   would probably wash our hands of anyway.
   
   This change removes 5 of our 11 platform builds. This will be valuable
   as we move towards regression testing other platforms (ppc64le, arm).
   It also lightens our load on the ASF Jenkins infrastructure.
   
   NOTE that we will still need to maintain the Docker image for
   ubuntu1404erlangdefault, as this contains 16B03, the earliest version
   of Erlang that we support. The initial "Build" step in our Jenkins
   run uses this to build the couchdb.tar.gz dist tarball, which is then
   compiled and tested on each platform during the "Test" step.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to