You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/15 12:44:26 UTC

[couchdb] branch drop-xenial updated (2e34d33 -> c97f8d6)

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a change to branch drop-xenial
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 2e34d33  Remove CI support for Ubuntu 16.04
     new c97f8d6  Remove CI support for Ubuntu 16.04

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2e34d33)
            \
             N -- N -- N   refs/heads/drop-xenial (c97f8d6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/Jenkinsfile.full | 2 --
 1 file changed, 2 deletions(-)

[couchdb] 01/01: Remove CI support for Ubuntu 16.04

Posted by ko...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch drop-xenial
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c97f8d6717ccc8970dd9ff056df4ebfdea6aabb9
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 07:40:12 2022 -0500

    Remove CI support for Ubuntu 16.04
---
 build-aux/Jenkinsfile.full | 47 ----------------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 20b8989..6cf5e2b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -288,51 +288,6 @@ pipeline {
           } // post
         } // stage
 
-        stage('Ubuntu Xenial') {
-          agent {
-            docker {
-              image 'apache/couchdbci-ubuntu:xenial-erlang-21.3.8.17-1'
-              label 'docker'
-              args "${DOCKER_ARGS}"
-              registryUrl 'https://docker.io/'
-              registryCredentialsId 'dockerhub_creds'
-            }
-          }
-          environment {
-            platform = 'xenial'
-            sm_ver = '1.8.5'
-          }
-          stages {
-            stage('Build from tarball & test') {
-              steps {
-                unstash 'tarball'
-                sh( script: build_and_test )
-              }
-              post {
-                always {
-                  junit '**/.eunit/*.xml, **/_build/*/lib/couchdbtest/*.xml, **/src/mango/nosetests.xml, **/test/javascript/junit.xml'
-                }
-              }
-            }
-            stage('Build CouchDB packages') {
-              steps {
-                sh( script: make_packages )
-                sh( script: cleanup_and_save )
-              }
-              post {
-                success {
-                  archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-                }
-              }
-            }
-          } // stages
-          post {
-            cleanup {
-              sh 'rm -rf ${WORKSPACE}/*'
-            }
-          } // post
-        } // stage
-
         stage('Ubuntu Bionic') {
           agent {
             docker {
@@ -714,8 +669,6 @@ pipeline {
             reprepro -b couchdb-pkg/repo includedeb stretch pkgs/stretch/*.deb
             cp js/debian-buster/*.deb pkgs/stretch
             reprepro -b couchdb-pkg/repo includedeb buster pkgs/buster/*.deb
-            cp js/ubuntu-xenial/*.deb pkgs/xenial
-            reprepro -b couchdb-pkg/repo includedeb xenial pkgs/xenial/*.deb
             cp js/ubuntu-bionic/*.deb pkgs/bionic
             reprepro -b couchdb-pkg/repo includedeb bionic pkgs/bionic/*.deb
             reprepro -b couchdb-pkg/repo includedeb focal pkgs/focal/*.deb