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 22:12:08 UTC

[couchdb] branch jenkins-arm-anywhere updated (24d6115 -> 86ac6d8)

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 24d6115  [WIP] test running aarch64 build on x86_64 hosts
     new 86ac6d8  [WIP] test running aarch64 build on x86_64 hosts

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   (24d6115)
            \
             N -- N -- N   refs/heads/jenkins-arm-anywhere (86ac6d8)

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 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[couchdb] 01/01: [WIP] test running aarch64 build on x86_64 hosts

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 86ac6d80bda77dfb857b69930242295c0ae42abc
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri May 3 17:49:26 2019 -0400

    [WIP] test running aarch64 build on x86_64 hosts
---
 .gitignore  | 4 ++++
 Jenkinsfile | 4 ++--
 2 files changed, 6 insertions(+), 2 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..3d6ef8e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -65,7 +65,7 @@ pipeline {
   options {
     buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
     // This fails the build immediately if any parallel step fails
-    parallelsAlwaysFailFast()
+    // parallelsAlwaysFailFast()
     preserveStashes(buildCount: 10)
     timeout(time: 3, unit: 'HOURS')
     timestamps()
@@ -319,7 +319,7 @@ pipeline {
             docker {
               image 'couchdbdev/aarch64-debian-stretch-erlang-20.3.8.20:latest'
               alwaysPull true
-              label 'arm'
+              label 'ubuntu'
             }
           }
           options {