This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new d54767d ninja-fix: Jenkins junit plugin OOMs on the aggregated test
report, revert to using the non-aggregated test reports.
d54767d is described below
commit d54767d112865da5bfbad79dbdbb738cfaa3ccc0
Author: mck <[email protected]>
AuthorDate: Sun May 3 22:19:15 2020 +0200
ninja-fix: Jenkins junit plugin OOMs on the aggregated test report, revert
to using the non-aggregated test reports.
---
jenkins-dsl/cassandra_pipeline.groovy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jenkins-dsl/cassandra_pipeline.groovy
b/jenkins-dsl/cassandra_pipeline.groovy
index 9f4ae75..c3102fb 100644
--- a/jenkins-dsl/cassandra_pipeline.groovy
+++ b/jenkins-dsl/cassandra_pipeline.groovy
@@ -231,9 +231,7 @@ pipeline {
steps {
sh "git clone
https://gitbox.apache.org/repos/asf/cassandra-builds.git"
sh "./cassandra-builds/build-scripts/cassandra-test-report.sh"
- // remove TESTS-TestSuites.xml as it is too big for the jenkins
junit plugin to parse
- sh 'rm TESTS-TestSuites.xml'
- junit '**/TEST*.xml,**/cqlshlib.xml,**/nosetests.xml'
+ junit '**/build/test/**/TEST*.xml,**/cqlshlib.xml,**/nosetests.xml'
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]