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 <[email protected]>
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 {

Reply via email to