mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
298c91ce82
* add ability to index by class OR method * disable unit tests again * pending commit * stream output of build for debugging * remove git from the base image * re-enable NodeRPCTests * add ability to distribute tests based on TeamCity CSV output for test times * try enabling unit tests again after test distribution has been fixed * refactor BucketingAllocator to be a class, which bucketingAllocatorTask delegates to. * finishing touches for improved test distribution * create new pipelines for builds
5 lines
190 B
Docker
5 lines
190 B
Docker
FROM stefanotestingcr.azurecr.io/buildbase:latest
|
|
COPY . /tmp/source
|
|
CMD cd /tmp/source && GRADLE_USER_HOME=/tmp/gradle ./gradlew clean testClasses integrationTestClasses --parallel --info
|
|
|