This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9fd6b4514fbaffc564ee51aa8dc7dab304e2b253 Author: Adam Kocoloski <[email protected]> AuthorDate: Thu Jan 20 14:54:11 2022 -0500 Run same suites as 'check' target --- build-aux/Jenkinsfile.full | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 2315e03..c9dac11 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -126,8 +126,8 @@ def generateNativeStage(platform) { sh '$MAKE' sh '$MAKE eunit' sh '$MAKE elixir-suite' - sh '$MAKE exunit' sh '$MAKE mango-test' + sh '$MAKE weatherreport-test' } } } @@ -178,8 +178,8 @@ def generateContainerStage(platform) { sh 'make' sh 'make eunit' sh 'make elixir-suite' - sh 'make exunit' sh 'make mango-test' + sh 'make weatherreport-test' } } catch (err) {
