-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39664/
-----------------------------------------------------------
(Updated Oct. 26, 2015, 9:53 p.m.)
Review request for geode, Kirk Lund and Dan Smith.
Changes
-------
Add precheckin task for running all tests
Bugs: GEODE-487
https://issues.apache.org/jira/browse/GEODE-487
Repository: geode
Description
-------
This commit removes integrationTest and distributedTest tasks from the
build task lifecycle. The tasks were associated with the 'check' task,
which is in the 'build' lifecycle. After removing the tasks, only the
'test' task is run when build task is executed.
Diffs (updated)
-----
build.gradle d8da7dee271af2d9c8334b3c3b1b6b2066abb3db
Diff: https://reviews.apache.org/r/39664/diff/
Testing
-------
Tested by running 'clean build'
Build now runs in about 5 minutes
Thanks,
Mark Bretl