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 24d6115e76f6fe50551effc0f638856c465e07f3
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 | 5 +++--
 2 files changed, 7 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..15f1f01 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,7 +79,8 @@ pipeline {
         // npm config cache below is required because /home/jenkins doesn't
         // ACTUALLY exist in the image
         docker {
-          image 'couchdbdev/debian-stretch-erlang-19.3.6:latest'
+          //image 'couchdbdev/debian-stretch-erlang-19.3.6:latest'
+          image 'couchdbdev/aarch64-debian-stretch-erlang-20.3.8.20:latest'
           alwaysPull true
           args '-e npm_config_cache=npm-cache -e HOME=. 
-v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group'
           label 'ubuntu'
@@ -319,7 +320,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