You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/11 21:26:36 UTC

[couchdb] branch jenkins-davisp-test updated: I don't know how to Jenkinsfile Groovy

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

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


The following commit(s) were added to refs/heads/jenkins-davisp-test by this push:
     new 8643a0c  I don't know how to Jenkinsfile Groovy
8643a0c is described below

commit 8643a0c0bc7a79cbc938d2605b62cf238f440686
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Dec 11 15:27:52 2019 -0600

    I don't know how to Jenkinsfile Groovy
---
 build-aux/Jenkinsfile.mini | 54 +++++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 20 deletions(-)

diff --git a/build-aux/Jenkinsfile.mini b/build-aux/Jenkinsfile.mini
index 95cef38..c765fc9 100644
--- a/build-aux/Jenkinsfile.mini
+++ b/build-aux/Jenkinsfile.mini
@@ -139,26 +139,40 @@ pipeline {
                 sh 'make test-cluster-without-quorum'
                 sh 'make python-black'
 
-                //sh 'make eunit'
-                final skip_dirs = [
-                    'bcrypt',
-                    'docs',
-                    'fauxton',
-                    'folsom',
-                    'hyper',
-                    'meck',
-                    'mochiweb',
-                    'proper',
-                    'snappy',
-                    'triq'
-                ]
-                final test_dirs = findFiles(glob: "src/*")
-                test_dirs.sort()
-                for (int i = 0; i < test_dirs.size() ; i++) {
-                    if(!skip_dirs.contains(test_dirs[i])) {
-                        sh 'make eunit apps=${test_dirs[i]}'
-                    }
-                }
+
+                sh 'make eunit apps=b64url'
+                sh 'make eunit apps=bear'
+                sh 'make eunit apps=chttpd'
+                sh 'make eunit apps=config'
+                sh 'make eunit apps=couch'
+                sh 'make eunit apps=couch_epi'
+                sh 'make eunit apps=couch_event'
+                sh 'make eunit apps=couch_index'
+                sh 'make eunit apps=couch_log'
+                sh 'make eunit apps=couch_mrview'
+                sh 'make eunit apps=couch_peruser'
+                sh 'make eunit apps=couch_plugins'
+                sh 'make eunit apps=couch_pse_tests'
+                sh 'make eunit apps=couch_replicator'
+                sh 'make eunit apps=couch_stats'
+                sh 'make eunit apps=couch_tests'
+                sh 'make eunit apps=ddoc_cache'
+                sh 'make eunit apps=dreyfus'
+                sh 'make eunit apps=ets_lru'
+                sh 'make eunit apps=fabric'
+                sh 'make eunit apps=global_changes'
+                sh 'make eunit apps=hqueue'
+                sh 'make eunit apps=ioq'
+                sh 'make eunit apps=jiffy'
+                sh 'make eunit apps=ken'
+                sh 'make eunit apps=khash'
+                sh 'make eunit apps=mango'
+                sh 'make eunit apps=meck'
+                sh 'make eunit apps=mem3'
+                sh 'make eunit apps=rexi'
+                sh 'make eunit apps=setup'
+                sh 'make eunit apps=smoosh'
+
 
                 sh 'make javascript'
                 sh 'make mango-test'