This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch jenkins-clouseau-debug in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9ca9e4cadc3836f95d7ae67232e74153be8380ba Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Aug 21 12:54:19 2024 -0400 Test CI run to debug clouseau failure --- build-aux/Jenkinsfile.full | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index d79b35606..ac9400188 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -169,12 +169,12 @@ def generateNativeStage(platform) { dir( "${platform}/build" ) { sh "${configure(meta[platform])}" sh '$MAKE' - sh '$MAKE eunit' + // sh '$MAKE eunit' sh '$MAKE elixir' - sh '$MAKE elixir-search' - sh '$MAKE mango-test' - sh '$MAKE weatherreport-test' - sh '$MAKE nouveau-test' + sh '$MAKE elixir-search || cat ./dev/logs/clouseau1.log' + // sh '$MAKE mango-test' + // sh '$MAKE weatherreport-test' + // sh '$MAKE nouveau-test' } } } @@ -223,12 +223,12 @@ def generateContainerStage(platform) { dir( "${platform}/build" ) { sh "${configure(meta[platform])}" sh 'make' - sh 'make eunit' + // sh 'make eunit' sh 'make elixir' sh 'make elixir-search' - sh 'make mango-test' - sh 'make weatherreport-test' - sh 'make nouveau-test' + // sh 'make mango-test' + // sh 'make weatherreport-test' + // sh 'make nouveau-test' } } catch (err) {
