/[Apache-SVN]
ViewVC logotype

Revision 1894812


Jump to revision: Previous Next
Author: centic
Date: Sun Nov 7 14:59:48 2021 UTC (2 years, 5 months ago)
Changed paths: 6
Log Message:
Use parallel build to speed up building and running tests

Enable parallel building and parallel test-execution
Provide a configuration to still build/test serially on CI
via CI_BUILD=TRUE gradle --no-parallel --max-workers=1 clean build
Adjust Jenkins DSL to set CI_BUILD to avoid problems in CI
Adjust TestAllFiles to not fail when parallel builds are enabled
Reduce memory settings to reduce requirements on build-environments
Add gradle plugin to list task-dependencies

Thanks to Andreas Reichel for the PR

Closes #275

Changed paths

Path Details
Directorypoi/trunk/build.gradle modified , text changed
Directorypoi/trunk/gradle.properties modified , text changed
Directorypoi/trunk/jenkins/create_jobs.groovy modified , text changed
Directorypoi/trunk/poi/build.gradle modified , text changed
Directorypoi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java modified , text changed
Directorypoi/trunk/settings.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26