summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2019-05-03 17:49:26 -0400
committerjiangph <jiangph@cn.ibm.com>2019-05-13 14:35:22 +0800
commit6a2c257136cb1c7b4e834cd4f5cf4235f7fe6994 (patch)
tree52ee0ef47d29c407e98259959a40982a75a8cd24
parentaf26397f477e87228cfebd0c8fc583561daaf2e4 (diff)
downloadcouchdb-jenkins-arm-anywhere.tar.gz
[WIP] test running aarch64 build on x86_64 hostsarchive/jenkins-arm-anywherejenkins-arm-anywhere
-rw-r--r--.gitignore4
-rw-r--r--Jenkinsfile4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8e9ca151e..150820a64 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 c57574824..3d6ef8ead 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 {