You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/05/03 21:04:56 UTC

[couchdb] branch jenkins-arm-anywhere updated (eabc03d -> f71281e)

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

wohali pushed a change to branch jenkins-arm-anywhere
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard eabc03d  [WIP] Use aarch64 image on x86_64 ASF builder
     new f71281e  [WIP] Use aarch64 image on x86_64 ASF builder

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   (eabc03d)
            \
             N -- N -- N   refs/heads/jenkins-arm-anywhere (f71281e)

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:
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


[couchdb] 01/01: [WIP] Use aarch64 image on x86_64 ASF builder

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

wohali pushed a commit to branch jenkins-arm-anywhere
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f71281e71da6f5c817dd134ec2c7efed1af4a0db
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri May 3 16:42:38 2019 -0400

    [WIP] Use aarch64 image on x86_64 ASF builder
---
 .gitignore  |   4 ++
 Jenkinsfile | 168 ++----------------------------------------------------------
 src/hqueue  |   1 +
 src/ken     |   1 +
 src/proper  |   1 +
 src/smoosh  |   1 +
 6 files changed, 12 insertions(+), 164 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8e9ca15..150820a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,14 +47,18 @@ src/docs/
 src/ets_lru/
 src/fauxton/
 src/folsom/
+src/hqueue/
 src/ibrowse/
 src/ioq/
 src/jiffy/
+src/ken/
 src/khash/
 src/meck/
 src/mochiweb/
 src/oauth/
+src/proper/
 src/rebar/
+src/smoosh/
 src/snappy/
 src/triq/
 src/hyper/
diff --git a/Jenkinsfile b/Jenkinsfile
index c575748..74ea848 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,6 +72,7 @@ pipeline {
   }
 
   stages {
+    
     stage('Build Release Tarball') {
       agent {
         // https://github.com/jenkins-infra/jenkins.io/blob/master/Jenkinsfile#64
@@ -152,174 +153,12 @@ pipeline {
           } // steps
         } // stage FreeBSD
 
-        stage('CentOS 6') {
-          agent {
-            docker {
-              image 'couchdbdev/centos-6-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'centos6'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
-        stage('CentOS 7') {
-          agent {
-            docker {
-              image 'couchdbdev/centos-7-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'centos7'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
-        stage('Ubuntu Xenial') {
-          agent {
-            docker {
-              image 'couchdbdev/ubuntu-xenial-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'xenial'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
-        stage('Ubuntu Bionic') {
-          agent {
-            docker {
-              image 'couchdbdev/ubuntu-bionic-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'xenial'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
-        stage('Debian Jessie') {
-          agent {
-            docker {
-              image 'couchdbdev/debian-jessie-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'jessie'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
-        stage('Debian Stretch x86_64') {
-          agent {
-            docker {
-              image 'couchdbdev/debian-stretch-erlang-19.3.6:latest'
-              alwaysPull true
-              label 'ubuntu'
-            }
-          }
-          options {
-            skipDefaultCheckout()
-            timeout(time: 90, unit: "MINUTES")
-          }
-          environment {
-            platform = 'jessie'
-          }
-          steps {
-            sh 'rm -f apache-couchdb-*.tar.gz'
-            unstash 'tarball'
-            sh( script: build_script )
-          } // steps
-          post {
-            success {
-              archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
-            }
-          } // post
-        } // stage
-
         stage('Debian Stretch aarch64') {
           agent {
             docker {
               image 'couchdbdev/aarch64-debian-stretch-erlang-20.3.8.20:latest'
               alwaysPull true
-              label 'arm'
+              label 'ubuntu'
             }
           }
           options {
@@ -442,7 +281,8 @@ pipeline {
         body: "Boo, we failed. ${env.RUN_DISPLAY_URL}"
     }
     cleanup {
-      sh 'rm -rf ${WORKSPACE}/*'
+      deleteDir()
+      sh 'ls -la'
     }
   }
 
diff --git a/src/hqueue b/src/hqueue
new file mode 160000
index 0000000..b42f55e
--- /dev/null
+++ b/src/hqueue
@@ -0,0 +1 @@
+Subproject commit b42f55ecfd85807ac82c71d9475461abfa87b9d1
diff --git a/src/ken b/src/ken
new file mode 160000
index 0000000..2cafa80
--- /dev/null
+++ b/src/ken
@@ -0,0 +1 @@
+Subproject commit 2cafa8003986081bd377708effe263857d75c9ac
diff --git a/src/proper b/src/proper
new file mode 160000
index 0000000..f2b7b81
--- /dev/null
+++ b/src/proper
@@ -0,0 +1 @@
+Subproject commit f2b7b81666b21707244a40857cf50f4362b6e3c2
diff --git a/src/smoosh b/src/smoosh
new file mode 160000
index 0000000..8553ee6
--- /dev/null
+++ b/src/smoosh
@@ -0,0 +1 @@
+Subproject commit 8553ee662c6bfd08daabf521cf5c46e0e1696b9b