:Merge branch 'switch_to_local_k8s' into new_checkpoint_schema

This commit is contained in:
stefano 2020-01-27 13:18:42 +00:00
commit e27e77463b

View File

@ -634,7 +634,7 @@ task allParallelIntegrationTest(type: ParallelTestGroup) {
testGroups "integrationTest" testGroups "integrationTest"
numberOfShards 10 numberOfShards 10
streamOutput false streamOutput false
coresPerFork 4 coresPerFork 2
memoryInGbPerFork 12 memoryInGbPerFork 12
distribute DistributeTestsBy.METHOD distribute DistributeTestsBy.METHOD
nodeTaints "big" nodeTaints "big"
@ -644,7 +644,7 @@ task allParallelUnitTest(type: ParallelTestGroup) {
testGroups "test" testGroups "test"
numberOfShards 10 numberOfShards 10
streamOutput false streamOutput false
coresPerFork 3 coresPerFork 2
memoryInGbPerFork 12 memoryInGbPerFork 12
distribute DistributeTestsBy.CLASS distribute DistributeTestsBy.CLASS
nodeTaints "small" nodeTaints "small"